How to install missing SDKs
Posted: Fri May 31, 2013 6:39 pm
Missing an iOS SDK or simulator from updating Xcode? Getting the "device builds requires the iOS * SDK platform to be installed' error?
1. Download missing SDKs and iOS Simulators here
2. Extract folder to Desktop or wherever.
3. Copy extracted directory to Xcode application:
4. Restart LiveCode
Go to LiveCode > Preferences > Mobile Support and now you see under available device SDKs and simulators they are now there.
1. Download missing SDKs and iOS Simulators here
2. Extract folder to Desktop or wherever.
3. Copy extracted directory to Xcode application:
Code: Select all
sudo cp -r ~/Desktop/iPhoneOS5.0.sdk/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/
Go to LiveCode > Preferences > Mobile Support and now you see under available device SDKs and simulators they are now there.