iphone - how to change the base sdk to 3.0 -


I have developed a project for a base SDK 3.0 and now I have installed xcode3.2.3. Now when I'm trying to build my project this SDK 3.0 is missing. And when I'm trying to set the original SDK from project settings, there is no 3.0 sdk available in the list. Only 4.0 is available. So my question is how can I add a 3.0 SDK to the new ExCode version?

Thanks in advance.

You can not do this with the new XCode, but you can build the base as SDK with 4.0 And you can set the "iPhone OS deployment target" in your target settings to the lowest OS version that you want to support.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -