IOS 团队供应配置文件 - 待定(由 Xcode 管理)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21613872/
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
IOS Team Provisioning Profile - Pending (Managed by Xcode)
提问by Filip Szczepanski
In my project in Xcode I have Issue: "No non-expired provisioning profiles are installed". I clicked "Fix Issue" and after 2-3 minutes:
在我的 Xcode 项目中,我有问题:“没有安装未过期的配置文件”。我点击了“修复问题”,2-3 分钟后:
"Generation of the team provisioning profile Apple ID "XxXxXxXxXx" is still pending. Please wait a moment and then click the Refresh button in the Details section of the Accounts tab fot this team."
“团队配置文件 Apple ID“XxXxXxXxXx”的生成仍在等待中。请稍等片刻,然后单击此团队帐户选项卡的详细信息部分中的刷新按钮。
I refreshed it and nothing. I have still "Pending (Managed by Xcode)" in all "IOS Team Provisioning Profile" on https://developer.apple.com/account/ios/profile/profileList.action.
我刷新了它,什么都没有。在https://developer.apple.com/account/ios/profile/profileList.action上的所有“IOS 团队配置文件”中,我仍然有“待处理(由 Xcode 管理)” 。
any idea to fix it?
任何想法来解决它?
回答by chris838
You can manually create your own provisioning profile (NOT managed by Xcode) and use that instead until the Xcode-managed profile is approved.
您可以手动创建自己的配置文件(不由 Xcode 管理)并使用它,直到 Xcode 管理的配置文件获得批准。
I have spent 24 hours with an Xcode profile in the "Pending" state, but if I manually create one it seems to get approved instantly.
我花了 24 小时处理处于“待处理”状态的 Xcode 配置文件,但如果我手动创建一个配置文件,它似乎会立即获得批准。
You can manually add profiles through the Apple Developer Portal at https://developer.apple.com. You can use a wildcard app ID (*) to match any app, the same as your Xcode profile uses.
您可以通过位于https://developer.apple.com的 Apple Developer Portal 手动添加配置文件。您可以使用通配符应用程序 ID (*) 来匹配任何应用程序,这与您的 Xcode 配置文件使用的相同。
回答by Kamchatka
Generating a provisioning profile can take some time and there isn't much you can do about it once it's "Pending" on the iOS developer center. In some instances, you may have to wait up to a few hours for the profile to be ready.
生成配置文件可能需要一些时间,一旦它在 iOS 开发人员中心“待定”,您就无能为力了。在某些情况下,您可能需要等待几个小时才能准备好配置文件。
回答by m8labs
For those who dont want to wait but need a provisioning profile for app with any bundle id. Create new wildcard App ID in the portal. Then create new provision profile and select your new wildcard App ID, then download and install. It's work for me.
对于那些不想等待但需要具有任何捆绑 ID 的应用程序的配置文件的人。在门户中创建新的通配符 App ID。然后创建新的配置文件并选择您的新通配符 App ID,然后下载并安装。这对我有用。
回答by Ibrahim Yildirim
I have Xcode 5.1 and i fixed the issue like this
我有 Xcode 5.1,我解决了这样的问题
Xcode -> Preferences -> Accounts -> View details -> Refresh button (Bottom Left)
Xcode -> Preferences -> Accounts -> View details -> Refresh 按钮(左下角)
After it was refreshed i clicked done, and the error was gone :)
刷新后我点击完成,错误消失了:)