by Dj Sison | Dec 4, 2016 | iOS Development, Xcode
The Problem Recently, I encountered an error when installing gems. I was working on a new pet project, and I tried to install gems dependencies through Bundler. One of the gems being installed was “json” with version 1.8.3 as a dependency of one of the...
by Dj Sison | Oct 29, 2016 | iOS Development, Xcode
Running your app on iOS 10 with Xcode 7 When you try to run an app you are building using Xcode 7 (e.g. Xcode 7.3.1) to your iOS 10 device, you are greeted with the error message “Could not find Developer Disk Image”. You probably gave up thinking that you...