- Home /
Question by
zanemx · Dec 02, 2010 at 07:57 PM ·
iphonesdkpublishing
Base sdk missing
Hey everyone I'm getting an error when trying to compile in xcode. (Base sdk missing) "there is no sdk with tghe name or path 'iphoneos4.0'. I set the unity project to export for iphoneos4.2. I've googled the shit out of the issue.
this page is pretty cut and dry and still didn't solve the issue.
http://developer.apple.com/library/ios/#qa/qa2010/qa1701.html
it appears xcode is still looking for sdk 4.0 when in face it doesn't exist on my computer. sdk 4.2 does in fact exist.
Any help on the matter would be most welcome. Thank you.
Comment
Answer by pixelboi · Dec 08, 2010 at 02:44 AM
After you build your project in Unity and it Launches XCode:
- Go to Project
- Edit Active Target Unity iPhone (Click to edit this)
- Change the Base SDK to iOS 4.2
- Change iOS Deployment Bundle to (i.e) 3.2 or whatever your Bundle is..
- Rebuild from Xcode and you should be good to go.