How do I create in Xcode an iPhone project specifying at project creation time the SDK version I wan
Posted
by unforgiven
on Stack Overflow
See other posts from Stack Overflow
or by unforgiven
Published on 2009-03-25T20:47:03Z
Indexed on
2010/05/07
6:28 UTC
Read the original article
Hit count: 321
With the latest Xcode and SDK 3.0 beta when you create a new iPhone project, Xcode creates an SDK 3.0 project. If I want to revert to SDK 2.2.1 after the project has been created, I need to change something in the generated source code files since some of the APIs have changed. Is there a simple way to specify at project creation time the SDK I want to use explicitly?
Thank you in advance
© Stack Overflow or respective owner