删除了配置门户中的团队配置配置文件:*,该怎么办?
我不小心删除了配置门户中的团队配置配置文件:*,我现在应该做什么? :/
I accidentally deleted the Team Provisioning Profile:* in the Provisioning Portal, what should I do now? :/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
我有一台安装了 Xcode 4.2 的 MacBook。
我还在“熟悉”iOS 配置门户和 Xcode 的过程中删除了 iOS 团队配置配置文件:*。我没有成功地恢复它,无论是从 Xcode Organizer 中删除设备并将其重新插入,还是删除并再次为我的测试应用程序创建配置文件。这就是我所做的。
将设备连接到计算机后,在 Xcode Organizer 中按住 Ctrl 键单击该设备,然后选择“将设备添加到配置文件”选项。
完成此操作后,iOS 团队配置文件:* 出现在 Xcode Organizer 中,出现在我的设备上(设置 > 常规 > 配置文件),并且出现在developer.apple.com 网站上的 iOS 配置文件区域中。
I have a MacBook with Xcode 4.2 installed.
I also, in the course of "getting acquainted" with the iOS Provisioning Portal and Xcode, removed the iOS Team Provisioning Profile:*. I wasn't having any success getting it back, either by removing the device from Xcode Organizer and plugging it back in, or by removing and again creating the Provisioning Profile for my test app. Here's what I did.
With the device connected to the computer, Ctrl-Click the device in Xcode Organizer, and select the option Add Device to Provisioning Profile.
Once this was complete, the iOS Team Provisioning Profile:* appeared in Xcode Organizer, it appeared on my device (Settings > General > Profiles), and it appeared in the iOS Provisioning Profile area on the developer.apple.com site.
通过取消设备与 Xcode Organizer 的链接并重新链接来重新创建它。或者更好的是,在配置门户中手动创建另一个配置文件。
无论您选择哪种方式,请记住检查新的配置文件是否出现在您的设备上(设置 > 常规 > 配置文件),并且您的应用程序是否已使用该配置文件进行签名。
Create it again by unlinking and relinking your device to the Xcode Organizer. Or better yet, create another profile manually in the provisioning portal.
Whichever you do, remember to check that the new profile appears on your device (Settings > General > Profiles) and that your apps are signed with it.
在 Xcode 4.6 中,组织者 >团队>刷新为我做了。上面的答案似乎都没有帮助。具体来说,“配置文件”部分中的刷新或设备部分中的“添加到门户”不起作用。
最后,这也成功地将设备添加到我手动输入的团队配置文件中。
In Xcode 4.6, Organizer > Teams > Refresh did it for me. None of the answers above seemed to help. Specifically, refreshing in the Profiles section or Add to Portal in the device section did not work.
This also, finally, managed to add devices to the Team profile that I had entered manually.
刚刚遇到了同样的问题。我的过期了,续订不起作用,因为看起来过期那天就从配置门户中消失了。但是,好消息是,只需在连接了设备的情况下转到管理器,右键单击“配置配置文件”并执行“将设备添加到配置门户”,它将执行所有必要的步骤来重新创建配置文件,并且所有以前配置的应用程序都会启动并再次运行。您必须执行“添加”的所有其他设备,它只会将新的配置文件放在这些设备上,而无需重新创建任何其他内容。
Just ran into the same problem. Mine expired and Renew doesn't work because it looks like the day it expires its gone from the provisioning portal. But, good news, just go to the Organizer with the device connected, right click "Provisioning Profiles" and do "Add device to Provisioning Portal" and it will do all the necessary steps to recreate the profile and all your previously provisioned apps are up and running again. All the other devices you have to do "Add" and it will just put the new profile on those devices without having to recreate anything else.
我到处搜索并尝试了所有方法,但仍然无法让 Xcode 为我生成新的团队配置文件。最后,我在 Apple 文档中读到一些内容,内容如下:
“当您[通过 Xcode] 将新设备添加到门户时,Xcode 将生成通配符应用程序 ID 和 iOS 团队配置文件(如果尚不存在)
” - 注册我现有的设备不起作用。我必须找到一个尚未注册的设备。一旦我添加了这个新设备,它最终就重新生成了配置文件。以下是我重新创建我的团队配置文件所采取的步骤(注意:您可能应该是团队代理)
希望能帮助别人比我浪费更少的时间。
I searched everywhere and tried everything and I still could not get Xcode to generate me a new team provisioning profile. Finally I read something in the Apple documentation that said something like:
"When you add a new device to the portal [through Xcode] Xcode will generate a wild card app ID and an iOS Team provisioning profile, if it does not already exist"
Re-registering my existing devices did not work. I had to find a device that was not already registered. Once I added this new device it did, finally, re-generate the profile. Here were the steps I took to recreate my team provisioning profile (NB: You should probably be the team agent)
Hope that helps someone waste less time than I did.
这些答案都不适合我。我已从计算机中删除了我的 iOS 团队配置文件,当我访问 Apple 开发者门户时,iOS 团队配置文件仍然存在,但无效,我无法编辑或下载它。删除设备和重新添加设备不起作用,并且我没有新设备(!?)可以再次注册。这就是我必须做的:
希望对某人有帮助。我终于找到了该信息 此处位于疑难解答部分之一的文档中:
None of these answers worked for me. I had deleted my iOS Team Provisioning Profile from my computer and when I went to the Apple Developer Portal, the iOS Team Provisioning Profile was there but invalid and I couldn't edit or download it. Deleting devices and re-adding devices didn't work and I didn't have a new device(!?) to register again with. This is what I had to do:
Hope that helps someone. I finally found that information here in the docs under one of the troubleshooting sections:
正如 刷新团队中的设备中的答案之一所述Xcode 7 管理的配置文件? ,您只需在“首选项”->“帐户”面板中删除并重新添加 Apple ID,这应该会在以下位置重新生成 xcode 管理的团队配置文件开发者中心。 (此处和其他地方的其他答案建议右键单击配置文件,这对我不起作用,或者适用于答案不再适用的旧版本 XCode。)
As mentioned in one of the answers in Refresh devices in team provisioning profile managed by Xcode 7? , you can just delete and re-add the Apple ID in the Preferences->Accounts panel, which should regenerate the xcode-managed team provisioning profiles in the Developer Center. (Other answers here and elsewhere suggest to right-click provisioning profiles, which doesn't work for me, or apply to older versions of XCode for which the answers no longer apply.)
2015 年 9 月,我通过启动 Xcode 6 并创建一个新项目解决了这个问题。我遵循了 Apple 的故障排除文档,它解决了我的问题:
现在,我在开发人员门户中拥有了一个通配符团队配置文件。
In September 2015, I fixed this by launching Xcode 6 and creating a new project. I followed this guidance from Apple's troubleshooting documentation, and it fixed my problem:
I now have a wildcard team provisioning profile back in the developer portal.