Page 1 of 1

How to install missing SDKs

Posted: Fri May 31, 2013 6:39 pm
by SteveTX
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:

Code: Select all

sudo cp -r ~/Desktop/iPhoneOS5.0.sdk/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/
4. Restart LiveCode

Go to LiveCode > Preferences > Mobile Support and now you see under available device SDKs and simulators they are now there.

Re: How to install missing SDKs

Posted: Fri May 31, 2013 7:13 pm
by mwieder
! Thanks ! 8-)