App Reject By ios App Store

旧时模样 提交于 2019-11-30 22:23:03

This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps built with beta software.

Let's look at this part carefully:

Must be built with public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps built with beta software.

Zoom in a bit, please?

Do not submit apps built with beta software.

You are using the Xcode developer preview, probably Xcode 5.1 for iOS 7.1 beta. Since this iOS version is not out, Apple does not allow you to submit apps compiled under this version of Xcode, hence your bundle is "invalid".

Simply open up Xcode with this project, fix any errors that may come, recompile and submit.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!