How to install missing SDKs

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
SteveTX
Posts: 170
Joined: Sun Jan 17, 2010 9:00 pm

How to install missing SDKs

Post by SteveTX » 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:

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.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: How to install missing SDKs

Post by mwieder » Fri May 31, 2013 7:13 pm

! Thanks ! 8-)

Post Reply