2

Hey guys, I recently updated my version of xcode and interface builder + SDK (ios 4.1) and whenever I try to open apps that I created before it says BASE SDK MISSING. What is the SDK folder? Should I just copy the SDK folder to my new Developer folder?

Thanks in advance

taevanbat
  • 425
  • 1
  • 8
  • 17

1 Answers1

6

When its missing, you right click on the project, click 'Get info' and change the "base sdk" to 4.1 in the "build" tab.

alt text

alt text

itsaboutcode
  • 24,525
  • 45
  • 110
  • 156
  • Apple is making the base SDK disappear when new versions are out to force developers to compile against the latest SDK which is always the best thing to do. You can still keep your app targeting older OS versions, but build against the latest. – jamone Nov 15 '10 at 14:26