无法在 Xcode 9 中创建配置文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/46857940/
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
Can't create provisioning profile in Xcode 9
提问by Batblib
I tried downloading a fork of moonlight-ios to run on tvOS and I got some errors. I fixed one of them by learning how to sign the app and had to change Bundle Identifier to something unique to get it to work.
我尝试下载一个 Moonlight-ios 的分支以在 tvOS 上运行,但出现了一些错误。我通过学习如何对应用程序进行签名来修复其中一个,并且不得不将 Bundle Identifier 更改为独特的东西才能使其正常工作。
But then the app had a bug, and didn't work. So I downloaded another fork which claimed to have fixed this bug. But now I can't sign the new project. Whatever I try to enter in the Bundle Identifier gets rejected, and I get the errors:
但是后来该应用程序出现了错误,并且无法运行。所以我下载了另一个声称已经修复了这个错误的 fork。但现在我无法签署新项目。我尝试在捆绑标识符中输入的任何内容都被拒绝,并且出现错误:
Failed to create provisioning profile.
There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it.
No profiles for 'com.example.GettingStarted42365436' were found
Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.GettingStarted42365436'.
I've done this so many times I've gotten to the 10/week limit now and can't try new identifiers. What am I doing wrong?
我已经这样做了很多次,我现在已经达到了 10 个/周的限制并且无法尝试新的标识符。我究竟做错了什么?
回答by Omer Celik
回答by Batblib
I fixed it. Seems the project manager was stuck on the previous project and when I tried to sign the new one I infact tried to sign the new one without actually changing anything in it
我修好了它。似乎项目经理被困在前一个项目上,当我尝试签署新项目时,我实际上试图签署新项目而不实际更改其中的任何内容