MinimumOSVersion problem in iphone sdk 3.0

前端 未结 7 2099
甜味超标
甜味超标 2021-01-03 15:13

i have installed the latest iphone sdk 3.0 beta 5, and trying to submit the first application build from this sdk,but when i upload to itunes connect, it give me the message

7条回答
  •  感情败类
    2021-01-03 15:38

    Right click on your project and go to your build tab. Near the top of the list you can specify your Base SDK. This is the minimum you will compile against. After this your build settings drop down will have the older versions. When you go to make your distribution make sure you aren't using 3.0 cause that will cause your binary to get rejected (as you found out).

提交回复
热议问题