I recently updated Xcode from 7.0 to 7.0.1 and now I'm unable to build with 8.0 as a base SDK. Typically this happens when upgrading and I simply needed to copy the SDKs into the right place.
As you can see, they are already there:
$ ls /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
iPhoneOS.sdk iPhoneOS8.0.sdk iPhoneOS8.1.sdk iPhoneOS8.2.sdk iPhoneOS8.4.sdk iPhoneOS9.0.sdk
My device (named Spock) now only has one entry where before there was an entry for every SDK:
I've tried:
- moving the files in and out.
- cleaning the build folder.
- restarting Xcode
- restarting my machine
Any other ways to get Xcode to recognize the SDKs?