xcode Itunes Connect:处理后看不到构建
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/43346456/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Itunes Connect: Can't See Build after processing
提问by genius
when i bullish my app , after uploading the app it takes much hours to finish processing , then the source that i uplaoded it disappear and at all the word " select a build before you submit your app " does not show and the cross sign does not show also
当我看好我的应用程序时,在上传应用程序后需要花费数小时才能完成处理,然后我上传它的源代码消失了,并且根本没有显示“在提交应用程序之前选择构建”这个词,并且没有显示十字符号也显示
any help please thanks
任何帮助请谢谢
回答by Mayur
Here are few things you should take care of :
您应该注意以下几点:
- App may take few minutes, hours or even a day in processing. So first suggestion is to wait at least for 24 hour
- If still its not showing up the build than make sure you are using an updated Xcode version & application loader as per apple suggested. If not than update it & upload from the latest version
- While uploading new build don't forget to change build number. You can keep version number as it is.
- Make sure the provisioning profile set up correctly & also in your iTunes account you have checked all terms & conditions. Nothing is pending.
- 应用程序可能需要几分钟、几小时甚至一天的处理时间。所以第一个建议是至少等待 24 小时
- 如果仍然没有显示构建,那么请确保您按照苹果的建议使用更新的 Xcode 版本和应用程序加载器。如果不是更新它并从最新版本上传
- 上传新版本时不要忘记更改版本号。您可以按原样保留版本号。
- 确保配置文件设置正确,并且在您的 iTunes 帐户中您已检查所有条款和条件。没有什么悬而未决。
Hope it will help everyone.
希望对大家有帮助。
回答by Indrajeet
Your binary file is rejected by Apple, that's why it disappear after processing.
您的二进制文件被 Apple 拒绝,这就是它在处理后消失的原因。
For finding what's the actual reason behind it, check mail box. This mail will send to that mail id which is used to login in iTunes connect.
要查找其背后的实际原因,请检查邮箱。此邮件将发送到用于登录 iTunes 连接的邮件 ID。
回答by sara
Your application will be disappear after the processing time if you miss something specially in info.plist.
如果您在 info.plist 中遗漏了一些特别的东西,您的申请将在处理时间后消失。
iTunes will send you Email regarding the error.
iTunes 会向您发送有关错误的电子邮件。
if you wrote your program in another language, say Qt, you need to create image xcassets for your iOS application .
如果你用另一种语言编写你的程序,比如 Qt,你需要为你的 iOS 应用程序创建图像 xcassets。
So, You need to Click on application name on XCode ->General -> App Icons and Launch Images-> App ICons Sources
因此,您需要单击 XCode 上的应用程序名称 ->General -> App Icons and Launch Images-> App ICons Sources
Click on Use Assest Catalog and Migrate. You need to drag all your images in icons folder of your project in image.xcassest folder.
单击使用资产目录并迁移。您需要将所有图像拖到 image.xcassest 文件夹中项目的图标文件夹中。
Change the build Version on Identity tab in General Save your project Clean the project Build it Once again Click on Product -> Archive
在常规中更改身份选项卡上的构建版本 保存您的项目 清理项目 再次构建它 点击产品 -> 存档
Wait for some time to upload your application on iTunes, if the upload is successful, after processing your application, you will get a confirmation Email which says that your applicaiton is ready for testflight.
等待一段时间在iTunes上上传您的应用程序,如果上传成功,在处理您的应用程序后,您将收到一封确认电子邮件,说明您的应用程序已准备好进行试飞。