iPhone — renew team provisioning profile

前端 未结 16 1181
暖寄归人
暖寄归人 2020-12-29 18:16

In the provisioning portal, the \"renew\" button for my team provisioning profile is grayed out. And said profile is expired.

How can I renew it?

EDIT: I

相关标签:
16条回答
  • 2020-12-29 18:46

    I fixed this by going to the portal and clicking "modify" on all expired profiles. Then click "select all" for devices and submit.

    0 讨论(0)
  • 2020-12-29 18:47

    I fixed it by signing into my Apple ID in XCode->Preferences->Accounts tab

    0 讨论(0)
  • 2020-12-29 18:47

    Here's the answer to compiling question, however, if anyone else has the answer to the team provisioning profile please post.

    You can still compile apps for your device/simulator by creating a developer profile and downloading it to your device.

    The key to getting it to work is to make sure the profile is selected in both the Edit Project and Edit Target Settings from the Project Menu. The Target Setting is more specific and usually screws people up. Making sure they are both in sync will help you get things up and running.

    From these two menus, check the Build tab and make sure the developer profile is displayed. The default is iPhone Developer and should point to your downloaded profile.

    0 讨论(0)
  • 2020-12-29 18:53

    Is there a problem using a different mobileprovision file? I believe you are getting the error on using a different provision file because your Target might be using the older one.

    Try this

    • Get the new mobileprovision file and in Project's Build properties, set the mobileprovision to this one
    • Select the active target and in the target's Build properties, ensure that the same mobileprovision is being used
    • Compile the app.

    See if that helps.

    0 讨论(0)
  • 2020-12-29 18:54

    I had the same "unexpected error" issue with the Team Provisioning Profile when it expired. I fixed it by deleting it in the Xcode Organizer AND in the ADC Provisioning Portal, then hitting renew in Organizer.

    0 讨论(0)
  • 2020-12-29 18:56

    This worked for me:

    1. start xcode.
    2. Window->Organizer from menu
    3. Choose "Provisioning Profiles" from DEVELOPMENT menu.
    4. click refresh button
    5. exit organizer
    6. return to xcode main window.
    7. Build->Clean from menu
    8. build and run.
    0 讨论(0)
提交回复
热议问题