Build contains warnings - not supported with SDK 'Device - iPhone OS 3.2'. error -


I got the following warning after creating my app distortion.

WARNING: The 'target device family' is not supported with 'iPhone OS 3.2' ('1') is not supported with SDK.

Should the base SDK be set to the minimum OS which I want to target?

IOS 3.2 is for iPad or Universal App which supports both iPad and iPhone / ITECH.

Unless you have code that requires iOS3.2 or more, you should probably build against iOS 3.0. The base should be SDK 4.0, the target should be 3.0.


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? -