I have a application built on IOS 4.1 but recently I have upgraded my XCODE to 3.2.6 which supports IOS 4.3.

How can I run this application in this XCODE. All I am seeing is the "Base SDK Missing" message even though I am choosing the deployment target SDK as 4.1.

Please suggest.

link|improve this question

79% accept rate
1  
Next time, please try searching. For example, search for "Base SDK Missing", you might be surprised by what turns up... – Intentss Jan 28 '11 at 17:54
feedback

2 Answers

up vote 15 down vote accepted

As well as the Deployment Target, you need to set the Base SDK.

Go to the Project menu, then Edit Project Settings. Select the Build tab, and near the top, there is a Base SDK setting.

Sometimes, you also need to clean all targets, and restart Xcode for it to work properly.

link|improve this answer
1  
Sometimes you need to select the target -> Get Info -> Base SDK I had this issue today... – mavrick3 Jan 28 '11 at 17:52
3  
Thank you. Cleaning all targets and restarting XCODE worked!!!! Thanks! – Abhinav Jan 28 '11 at 18:02
P.S. - XCODE is properly capitalized as Xcode – conradev Jan 30 '11 at 20:34
feedback

It's also worth keeping the last released version of Xcode, and install the latest beta in a separate folder. (See Can I have multiple XCode versions installed? for details on how this is done.) Use the beta to test beta features only, and the final for all your other development work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.