xcode 应用程序加载器:未找到符合条件的应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6102341/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 21:05:58  来源:igfitidea点击:

Application Loader: No eligible applications were found

iphonexcodeapp-storeappstore-approval

提问by uniquepito

I am trying to upload my application to the apple app store, but! I've set my application ID, certificate etc... then build signed application step by step according to apple howtos. In iTunes Connect I've registered my application record and yes! I've pressed the blue button: "Ready to upload binary" and my application status is: "Waiting for upload". I've even received an email, that I can now upload my binary. But! Even if I try to run setup wizard and enter correct info in Application loader I still get the message:

我正在尝试将我的应用程序上传到苹果应用商店,但是!我已经设置了我的应用程序 ID、证书等......然后根据苹果的 howtos 逐步构建签名的应用程序。在 iTunes Connect 中,我已经注册了我的申请记录,是的!我按下了蓝色按钮:“准备上传二进制文件”,我的申请状态是:“等待上传”。我什至收到了一封电子邮件,说我现在可以上传我的二进制文件了。但!即使我尝试运行安装向导并在应用程序加载器中输入正确的信息,我仍然收到消息:

No eligible applications were found.

WHY!? I'm getting desperate about this. I've spent more than 5 days with trying to repeat, making everything step by step again, even trying to validate my application via XCode 4.0.2 fails, but with the message: No suitable application records were found.

为什么!?我对此感到绝望。我花了超过 5 天的时间尝试重复,重新一步一步地进行,甚至尝试通过 XCode 4.0.2 验证我的应用程序失败,但显示消息:找不到合适的应用程序记录。

please anybody help! I've written about this problem to apple tech support 4 days ago, but they haven't replied till now! I'm starting regret the money for this "Apple developer gibberish".

请任何人帮忙!4 天前我已经写过这个问题给苹果技术支持,但他们到现在还没有回复!我开始为这种“Apple 开发人员的胡言乱语”而后悔。

回答by Tim

Make sure your status isn't "Prepare for Upload" and is actually "Waiting for Upload."

确保您的状态不是“准备上传”,而是“等待上传”。

On the app's page in iTC, you have to click "Ready to Upload binary" and it'll ask you about encryption. After that you should be good to go.

在 iTC 的应用程序页面上,您必须单击“准备上传二进制文件”,它会询问您有关加密的问题。之后你应该很高兴去。

回答by Julia Drischler

I was having the same problem and I went back, and I noticed the "load binary" button at the bottom of the page rather than the top. I guess I thought I had already clicked that but hadn't. There's a chance you might have over looked that like I did.

我遇到了同样的问题,我回去了,我注意到页面底部而不是顶部的“加载二进制”按钮。我想我以为我已经点击了它,但没有。有可能你看起来像我一样。

回答by MarkPowell

Make sure the version number in your plist file matches that of the Application on iTunes Connect. Also, confirm matching Bundle Indentifiers.

确保 plist 文件中的版本号与 iTunes Connect 上的应用程序的版本号匹配。此外,确认匹配的捆绑标识符。

Make sure you are logging in with the same account. I know, that sounds silly, but I manage multiple accounts for different clients and have done that before.

确保您使用相同的帐户登录。我知道,这听起来很愚蠢,但我为不同的客户管理多个帐户,并且以前也这样做过。

回答by stebooks

From Apple's website:

从苹果的网站:

Troubleshooting: If Xcode doesn't find an iTunes Connect application record for your application, the “No suitable application records were found” dialog appears. This dialog also appears when the application record state is not at least Waiting for Upload. Ensure an application record exists for your application in iTunes Connect. Ensure the application record status is at least Waiting to Upload.

故障排除:如果 Xcode 没有为您的应用程序找到 iTunes Connect 应用程序记录,则会出现“未找到合适的应用程序记录”对话框。当应用程序记录状态至少不是正在等待上传时,也会出现此对话框。确保您的应用程序在 iTunes Connect 中存在应用程序记录。确保应用程序记录状态至少为等待上传。

You can find the link here: http://developer.apple.com/library/ios/#recipes/xcode_help-archives_organizer/articles/validating_apps.html

您可以在此处找到链接:http: //developer.apple.com/library/ios/#recipes/xcode_help-archives_organizer/articles/validating_apps.html

回答by Siten

This kind of thing occur when you upload a binary files via Application Loader.

当您通过 Application Loader 上传二进制文件时会发生这种情况。

After Submitted Itunes said "Invalid binary". and you again Upload an application at that time , then Application Loader said Application Loader: No eligible applications were found

提交后 Itunes 说“无效的二进制文件”。而你当时又上传了一个应用程序,然后Application Loader说Application Loader:没有找到符合条件的应用程序

for solve this Issue:

为了解决这个问题:

1) Log in https://itunesconnect.apple.com

1) 登录https://itunesconnect.apple.com

2) go to -> manage your application

2) 转到 -> 管理您的应用程序

3) you see that red button with "Invalid Binary" click on It.

3)您会看到带有“无效二进制”的红色按钮,单击它。

4) scroll down and you will see "Upload Binary" option. click it.

4) 向下滚动,您将看到“上传二进制文件”选项。点击它。

5) Itunes ask that did you change any encryption in previous binary give the answer appropriate.

5) Itunes 询问您是否更改了先前二进制文件中的任何加密,并给出适当的答案。

6) then click "done".

6) 然后点击“完成”。

7) now Again you try with Application Loader It will work normally.

7) 现在再次尝试使用 Application Loader 它将正常工作。

I try to upload my application 4-5 times i had go through this steps. i hope that will help you.

我尝试上传我的应用程序 4-5 次,我已经完成了这些步骤。我希望这会帮助你。