在 Xcode 7 上,我不断收到错误“没有 iTunes 连接访问权限的帐户”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/32592291/
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
On Xcode 7 I keep receiving error "No accounts with iTunes connect access"
提问by Fabrizio Bartolomucci
When I try to submit my app with the new seed Xcode 7.1 beta (7B60) I receive a weird error by which it complaints that there is "No accounts with iTunes connect access - iTunes connect access for... is required. Add an account in the Accounts preference pane", while of course the account is there and kicking as you may see in the attached screenshot. I already had to delete all my profiles and restore them again in order to be successfully codesigned, now this. Please tell me how I may fix it.
当我尝试使用新种子 Xcode 7.1 beta (7B60) 提交我的应用程序时,我收到一个奇怪的错误,它抱怨说“没有具有 iTunes 连接访问权限的帐户 - 需要 iTunes 连接访问权限...。添加一个帐户在“帐户”首选项窗格中”,而当然帐户就在那里,并且正如您在附加的屏幕截图中看到的那样。我已经不得不删除我的所有配置文件并再次恢复它们才能成功进行协同设计,现在这个。请告诉我如何修复它。
回答by RyanTCB
For me I had to remove my account from Xcode > preferences > accounts > Apple IDs by pressing the "-" bottom left. Then The "+" and adding back in my details. Nothing to do with Technical accounts being required. As being Admin gives you full access and privileges anyway.
对我来说,我必须通过按左下角的“-”从 Xcode > 首选项 > 帐户 > Apple ID 中删除我的帐户。然后“+”并添加回我的详细信息。与需要的技术帐户无关。无论如何,作为管理员为您提供完全访问权限和特权。
回答by Daniel Storm
Remove the Apple ID you're experiencing issues with from your Accounts list. Then, add the Apple ID back to the Accounts list.
从您的帐户列表中删除您遇到问题的 Apple ID。然后,将 Apple ID 添加回“帐户”列表。
回答by user2511630
Check System Status here first. ? System Status
首先在这里检查系统状态。? 系统状况
Make sure you click and open the service you want. It could be green but may be down.
确保单击并打开所需的服务。它可能是绿色的,但可能会下降。
In my case although iTune Connect was green, when I clicked to open my account, activity spinner kept going forever.
就我而言,虽然 iTune Connect 是绿色的,但当我点击打开我的帐户时,活动微调器一直在运行。
So actually iTune Connect was a problem.
所以实际上 iTune Connect 是一个问题。
I waited until I could log into my account, tried to upload binary again from Xcode, than above warning disappeared.
我等到我可以登录我的帐户,尝试再次从 Xcode 上传二进制文件,然后上面的警告消失了。
It had nothing to do with my Xcode or my account. It was Apple server.
它与我的 Xcode 或我的帐户无关。那是苹果服务器。
回答by Publicus
Workaround: Export your .IPA for App Store Deployment, then use Application Loader to upload to iTunes Connect.
解决方法:导出您的 .IPA 以进行 App Store 部署,然后使用 Application Loader 上传到 iTunes Connect。
回答by Andrey Gordeev
In my case I have created Apple developer account, but haven't created iTunes Connect account
就我而言,我已创建Apple 开发者帐户,但尚未创建iTunes Connect 帐户
回答by Juan Pedro Lozano
I've managed to solve this issue today. The problem was that my developer account was different from my iTunes connect account (Because I'm in different developer teams).
我今天设法解决了这个问题。问题是我的开发者帐户与我的 iTunes 连接帐户不同(因为我在不同的开发者团队中)。
I only had my developer email in Xcode preferences, so adding the iTunes Connect account solved the issue.
我在 Xcode 首选项中只有我的开发人员电子邮件,所以添加 iTunes Connect 帐户解决了这个问题。
回答by goodliving
This will happen if you are using an Apple ID that is being shared between teams. So if Apple ID is used for more teams just remove that emails you don't want or create new one.
如果您使用的是在团队之间共享的 Apple ID,就会发生这种情况。因此,如果 Apple ID 用于更多团队,只需删除您不想要的电子邮件或创建新电子邮件。
回答by Majed Dkahellalah
I have solved the problem.
我已经解决了这个问题。
Just turn off Two-factor authentication.
只需关闭两因素身份验证即可。
From https://appleid.apple.com
:)
:)
回答by Recycled Steel
I got this error message when trying to upload using a Beta version of xCode 9 - don't use a beta.
尝试使用 xCode 9 的 Beta 版上传时收到此错误消息 - 不要使用 Beta。
回答by Deepak Sharma
For me (working with XCode 9.3), solution was to close and restart XCode, it worked!
对我来说(使用 XCode 9.3),解决方案是关闭并重新启动 XCode,它起作用了!