---> Base SDK Issue

ktfrightktfright 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

  • JCFordJCFord Member Posts: 785
    When you install an SDK it overwrites the previous one, so 4.1 overwrites 4.0

    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
  • ktfrightktfright Member Posts: 964
    Okay that worked a bit. Would it be possible to make it so my iPod covers everything from 3.0 and up?
  • JCFordJCFord Member Posts: 785
    Yep, so in the Project > Edit Project Setting I mentioned set:

    BASE SDK: iOS DEVICE 4.1
    IOS DEPLOYMENT TARGET: iOS 3.O (or whatever the min you want)

    Good Luck
    JCFord
  • ktfrightktfright Member Posts: 964
    Thanks!
Sign In or Register to comment.