iTunes Connect rejects my binary because I used a pre-release version of the SDK, what should I do?

前端 未结 3 884
[愿得一人]
[愿得一人] 2021-01-20 22:28

I downloaded a pre-release version of the iPhone SDK and tried to update one of my existing apps using a binary I built with it. Obviously you are not supposed to do this b

3条回答
  •  情话喂你
    2021-01-20 23:05

    You need to download the release version of Xcode with the release iPhone SDK. You can't use the SDK downloaded from the iPad beta version for any release products.

    Just go to http://developer.apple.com/iphone/index.action and click on iPhone SDK 3.1 and download it. Then build your app bundle with that and submit it to Apple.

提交回复
热议问题