---> Base SDK Issue
ktfright
Member Posts: 964
I'm having a bit of a problem making my iPod touch 4g work with xcode. I just now downloaded the 4.1 SDK, but when I try to open the GS viewer to build to the device, it says that the base SDK is missing, and when I plug my new iPod and check the organizer in xcode, that says "Xcode Cannot find the software image to install this version". What should I do?
Comments
Just change your project settings to base SDK 4.1 and then you will be fine. It is just using it to compile, it can still run on previous OS versions.
Project > Edit Project Settings
BASE SDK: iOS DEVICE 4.1
IOS DEPLOYMENT TARGET: iOS 3.O (or whatever the min you want)
Good Luck
JCFord