Provisioning Profiles menu item missing from Xcode 5

后端 未结 9 2021
无人共我
无人共我 2020-12-04 04:59

After spending a whole day installing a fresh copy of Mac OS X v10.8 (Mountain Lion), Xcode 5, fixing provisioning profiles, certificates, creating new ones,

相关标签:
9条回答
  • 2020-12-04 05:10

    These settings have now moved to Preferences > Accounts:

    enter image description here

    0 讨论(0)
  • 2020-12-04 05:15

    Try this:

    Xcode >> Preferences >> Accounts

    0 讨论(0)
  • 2020-12-04 05:16

    Xcode 5 lost my Mac Provisioning Profile while the one for iOS was present. The tips elsewhere helped solve the problem; this is what I did, because I noticed the lists were too short and did not include *Mac Team Provisioning Profile: **

    1. Xcode menu => Preferences => Accounts
    2. Select the Apple ID in the left panel.
    3. Click the View Details button on the right.
    4. In the pop-over that follows click the round refresh arrow. The lists will refresh after the download from the Member Center finishes. This can take a few minutes.
    5. The provisioning profiles can then be selected in a Mac project under Build Settings => Code Signing => Provisioning Profile.
    0 讨论(0)
  • 2020-12-04 05:23

    Provisioning files are located in:

    /Users/${USER}/Library/MobileDevice/Provisioning Profiles/
    

    Just remove the out-of-date files.

    0 讨论(0)
  • 2020-12-04 05:25

    If you like to manually manage your profiles (mostly to clean up):

    • Open Windows/Devices in Xcode 6
    • Select your device
    • Show Provisioning Profiles:
    • open provisioning profiles
    • You'll get + and - buttons to add/remove profiles:
    • profiles

    No longer supported ... you can also download Apple's iPhone Configuration Utility 3.5 for Mac OS X, it still has "Provisioning Profiles" and works with Xcode 5 -- it's now gone from Apples site but you can find an alternative download link in @suda's comment.

    0 讨论(0)
  • 2020-12-04 05:25

    After searching a few times in google, i found one software for provisioning profiles.

    Install this iPhone configuration utility software and manage your all provisioning profiles in MAC.

    0 讨论(0)
提交回复
热议问题