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
Post a Comment