简体   繁体   English

iOS 7的应用程序加载程序错误

[英]Application Loader Error with iOS 7

I tried to upload mu iOS 7 app today. 我今天尝试上传mu iOS 7应用。 I registered the app in iTunes Connect, but when I tried to upload the app through Application Loader, this happened: 我在iTunes Connect中注册了该应用程序,但是当我尝试通过Application Loader上传该应用程序时,发生了这种情况:

当我尝试使用Application Loader时出现的错误

However, when I test the app, the icon and boot logos don't load. 但是,当我测试该应用程序时,不会加载图标和启动徽标。 Does anyone know what is happening? 有人知道发生了什么吗? Any help is greatly appreciated. 任何帮助是极大的赞赏。

Thanks, Romejanic 谢谢,Romejanic

You can submit your app using Xcode or Application Loader. 您可以使用Xcode或Application Loader提交您的应用程序。 Application Loader is a small Cocoa app that you will use to deliver your binary to Apple. Application Loader是一个小型的Cocoa应用程序,您将使用该应用程序将二进制文件交付给Apple。 If your app needs to enforce minimum configuration requirements, you must use Application Loader. 如果您的应用程序需要执行最低配置要求,则必须使用Application Loader。

For details on Application Loader and new features, read Using Application Loader. 有关Application Loader和新功能的详细信息,请阅读Using Application Loader。 For more information on distributing your app using Xcode, read App Distribution Guide. 有关使用Xcode分发应用程序的更多信息,请阅读《 App Distribution Guide》。

Important: Binary uploads are no longer being accepted through the iTunes Connect interface. 重要提示:不再通过iTunes Connect界面接受二进制上传。 You must use Application Loader to deliver your binary to Apple. 您必须使用Application Loader将二进制文件交付给Apple。 Application Loader offers a significantly improved experience over uploading through iTunes Connect, including fast uploading, a more stable connection, and early validation warnings. 与通过iTunes Connect上传相比,Application Loader显着改善了用户体验,包括快速上传,更稳定的连接和早期验证警告。

Check you have all the correct icons and theyre sizes are exact. 检查所有图标是否正确,尺寸是否正确。

http://www.icenium.com/resources/forums/icenium-general-discussion/missing-recommended-icon-file http://www.icenium.com/resources/forums/icenium-general-discussion/missing-recommended-icon-file

Then in Project > Target > General tab
Scroll down to App Icons
Make sure all are set.

在此处输入图片说明

Press the Folder icons to set them. (Though XCode 5 GM build sometime was stubborn to set these)
Better way is to prep all your icons in a folder.
Delete all Icon*.png from Project (dont erase)
Drag the icons folder into your project.
XCode then sets the correct icons based on size (Id double check these as at time of writing build 1 of XCode 5)

Check Icons are set up in Project > Target > Info tab 在“项目”>“目标”>“信息”选项卡中设置“检查图标”

项目>目标>信息选项卡>图标

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM