A few weeks ago, I was working on a project that referenced the iPhoneSimulator 8.2 SDK. Today I went to continue working on the project, and suddenly I can not start the simulator. The following error message appears:
ERROR! Cannot find iPhoneSimulator SDK 8.2 in `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.2.sdk '
Of course, the SDK simulator no longer exists in this directory. So I opened Xcode, went to the download window and saw that it was no longer installed. I have no idea how this happened, but I assume that Xcode has updated itself and removed. So, I download and install the 8.2 SDK again. However, when he finishes, my project will still not work: I got the same error. After checking the file system, I see that Xcode actually installed the SDK 8.3, not 8.2, although the Xcode GUI says it installed 8.2.
I am running Xcode 6.3 (which is strange because I see that 6.3 was only released a couple of days ago and I did not install or update Xcode in a month).
Is there a way to download a specific version of the iPhoneSimulator SDK and manually install it?
source share