Articles Tagged 'SDK 3.0'

XCode 3.1.3: Restore the 2.2.1 SDK

Only to registered developers have already released a new version of the SDK for Apple iPhone, so it's time to install the 3.0 SDK, thus updating the entire development environment XCode to version 3.1.3. If you have already upgraded you will have noticed that creating a new project seem to be missing the old SDK 2.2.1 (including other).

xcode313

In fact it's all here on our machine, you can just perform a simple procedure to restore magically all our previous SDK, so try out our application for the Apple iPhone is the SDK 3.0 that with previous versions 2.2.1 and lower. Select the project, open the context menu and select Get Info:

xcode131menu

In the window that opens, first in the General tab, select the lower Base SDK for All Configurations and restored SDK 2.2.1 (or whatever).

xcode313info

Without that, magically, the menu will redisplay all the XCode SDK 3.0 including

xcode313ok

Continued ...