Compiling for iOS 3.1.3, using xcode 3.2.3 (and iOS 4 that came with it)

后端 未结 3 1208
傲寒
傲寒 2021-01-31 23:04

I\'ve downloaded the final version (and never installed any beta versions before) of xcode 3.2.3 with sdk 4, and now I can\'t seem to find a way to compile my app for a 3.1.3 iO

3条回答
  •  [愿得一人]
    2021-01-31 23:36

    if you want to be compatible with iPhone OS 3.x you still compile for SDK 4.0, but open target settings and choose that application can run on 3.x (iPhone OS Deployment Target). If you did not use any iOS 4.0 specific APIs then your app will run smoothly on 3.x and 4.x, here is a screenshot of setting to change:
    Screenshot

提交回复
热议问题