English 中文(简体)
删除小组提供情况简介:* 在提供门户上,需要做什么?
原标题:Deleted the Team Provisioning Profile:* in the Provisioning Portal, what to do?

I accidentally deleted the Team Provisioning Profile:* in the Provisioning Portal, what should I do now? :/

问题回答

我安装了X代码4.2的MacBook。

在“了解”网上提供门户和X密码的过程中,我还删除了“提供情况简介”网站:*。 我的头号是,通过从Xcode Organizer中删除该装置,然后把该装置推回机,或者去掉并再次为我的测试服制作《简介》。 在这方面,我做了些什么。

借助与计算机有关的装置,Ctrl-Click在Xcode Organizer中安装了该装置,并选择了提供简介的替代装置。

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脱钩和重新连接,再次创建这一系统。 更有甚者,在提供门户上手工制作另一个简介。

不管怎么做,都记得在你身上有新形象()。 内容提要;内容提要;内容简介:;以及贵方的口号。

在Xcode 4.6, Organizer > Teams > Refresh为我这样做。 上述答复似乎都没有帮助。 具体来说,在装置栏目中更新简介科或Add至门户并不可行。

最后,这还设法在我人工输入的小组简介中添加一些装置。

同样的问题也是如此。 地雷已经过期,并且重新开始工作,因为它看起来从提供门户网站上消失的那一天。 但是,好消息说,只是向组织者发送了连接的装置,正确地点击了“准备简介”和“提供门户的附加装置”,它将采取一切必要步骤,重新调整简介,而且你以前提供的所有反馈都能够再次进行。 你们必须做的所有其他装置是“Add”,而只是把这些装置放在新的位置上,而不必再做任何事情。

我在任何地方都进行了搜索,并尝试了一切,我仍然不能拿X密码来给我一个新的团队提供情况。 最后,我阅读了 Apple果文件中的一些内容,其中说:

“如果在门户网站上添加新的装置[通过Xcode] 如果尚未建立,Xcode将产生一个野心心心心设计书和一个SOS提供情况简介。”

重新登记我现有的装置并不可行。 我不得不找到一个尚未登记的装置。 一旦我添加了这一新装置,它终于重新提出了这一简介。 在这方面,我采取了以下步骤:recate,我的团队提供情况简介(NB:你或许应该成为团队代理人)

  1. In the provisioning portal delete your iOS Team Provisioning Profile, if it already exists.
  2. In the provisioning portal delete your Wildcard App ID, if it already exists.
  3. Open Xcode and go to the Organiser.
  4. Plug in a new device that you have never registered before.
  5. Right click on the device and select "Add Device to Provisioning Portal"

帮助他人浪费时间的希望少于我。

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:

  1. Go to the Apple Developer Portal and then click on Provisioning Profiles
  2. Find the old iOS Team Provisioning Profile and delete it
  3. Go to Xcode -> Organizer -> Devices -> Provisioning Profiles and double check there is no reference to an iOS Team Provisioning Profile
  4. If you have a device plugged in, check the Provisioning Profiles under that device and double check there is no reference to an iOS Team Provisioning Profile
  5. This is the magic step I was missing. From the Organizer, go to the Editor menu and select Refresh From Developer Portal .
  6. Magically a new iOS Team Provisioning Profile was created in the Apple Developer Portal which I could just download and use again with my test apps to get them on device. I had to delete any reference to old provisioning profiles from my projects, restart Xcode etc. to get it be recognized again but that s standard practice right?

希望帮助他人。 最后,我发现,以下信息:http://developer.apple.com/library/mac/#documentation/IDEs/Conceptual/AppDistributionGuide/DevelopingAppsThatRequireCertificatesandProvisioning/DevelopingAppsThatRequireCertificatesandProvisioning.html” rel=“nofollow”it=“here”>,,在笔试射部分中的一栏下:

为利用已经列入你的账户的资产制作团队提供情况简介,在X条编码中打开装置组织者,并从编辑的菜单中选择“从开发门户中删除”。

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.)





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签