The bundle is invalid. New apps and app updates submitted to the App Store must be built with public

我的梦境 提交于 2019-11-30 00:21:18

问题


Since yesterday I can not validate the app but in last week it works great and now it didn't. I get the error:

The bundle is invalid. New apps and app updates submitted to the App Store must be built with public.

I'm using xcode 5.1 and SDK 7.1

Have someone any idea?


回答1:


Problem is not compliance with apple's role. According to apple's news,

Starting May 15, 2014, new apps and app updates submitted to the App Store must be built with Xcode 5.1.1

Take build with Xcode 5.1.1 and check it. Xcode version info taken into binary during archive process, see this post.




回答2:


i also had the same problem with Xcode 5.1.1

you have to update your Application loader for resolve this problem because today onwards Apple accept APP Binary only from applications loader,

for latest version of application loader.

go to iTune Connect login with your Apple credential

Go to --> Manage Your Apps

from the bottom links goto Download Application Loader . its 82 MB .dmg

open your project with XCODE 5.1.1

now set your app deployment target to 7.1 or 7.0 (minimum)

now try to upload your binary with latest Application Loader

Thanks



来源:https://stackoverflow.com/questions/23695688/the-bundle-is-invalid-new-apps-and-app-updates-submitted-to-the-app-store-must

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