Hi all,
I just updated to XCode 7 and ran into some issues with our project. We build from Jenkins using xcodebuild
and we use iphonesimulator8.4 for testing. I have it installed but still get this:
xcodebuild: error: SDK "iphonesimulator8.4" cannot be located.
It does show up under "/Library/Developer/CoreSimulator/Profiles/Runtimes"but does NOT show up under
"/Users/nmodin/Library/Developer/Xcode/iOS DeviceSupport." Only 9.0 can be found here. In addition it
is missing from "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs".
I don't really remember where it is actually supposed to show up, but at the end of the day xcodebuild can't find it.
Anyone else experienced this ? Any hints about what I should be looking for ?
Cheers,
Niklas
Ah I see.
How do we go about to get the runtime installed ? Is it possible ?
Looking at XCode -> Window -> Devices and I have quite a few iOS 8.4 devices installed, so I assume these are not runtimes then ? (Tried to add a device called iphonesimulator8.4 but that didn't fix anything).
I also tried copying the iphonesimulator8.4 folder from XCode 6.4 to XCode 7 with no luck. (No entitlement for 'Application')
UPDATE:
I simply just removed the hardcoded 8.4 part of my pom.xml to point to just <argument>iphonesimulator</argument> and that works fine, so I'm a happy camper now ! 🙂