MinimumOSVersion problem in iphone sdk 3.0

前端 未结 7 2105
甜味超标
甜味超标 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:43

    I got this error when I finally upgraded things from 2.2.1 to the 4.0 SDK, and tried to use an existing project.

    I had to:

    1. Click on the project in XCode, then click on Info.
    2. Click 'Build'
    3. Pay attention to what 'Configuration' you are setting. Are you accidentally setting distribution when you are trying to debug?
    4. Set 'Base SDK' to the highest possible.
    5. Change 'Target Device Family' to whatever it is you are doing.
    6. Set 'iPhone OS Deployment Target' to your device's OS (you can check by going to Window > Organizer).

    My main time sink was setting my distribution settings when trying to debug and not realizing it.

提交回复
热议问题