Provisioning Profiles menu item missing from Xcode 5

后端 未结 9 2022
无人共我
无人共我 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:26

    Stupid as it may sound but all "Provisioning Profiles" re-appear under "Organizer - Devices" once you connect a real device.

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

    For me, the refresh in xcode 5 prefs->accounts was doing nothing. At one point it showed me three profiles so I thought I was one refresh away, but after the next refresh it went back to just one profile, so I abandoned this method.

    If anyone gets this far and is still struggling, here's what I did:

    1. Close xcode 5
    2. Open xcode 4.6.2
    3. Go to Window->Organizer->Provisioning Profiles
    4. Press Refresh arrow on bottom right

    When I did this, everything synced up perfectly. It even told me what it was downloading each step of the way like good software does. After the sync completed, I closed xcode 4.6.2, re-opened xcode 5 and went to preferences->accounts and voila, all of my profiles are now available in xocde 5.

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

    You can add account in the preference -> Accounts setting.

    It seems that you already configure xCode4, then I think you can select your certificates for compiling in project-> Building Setting directly since your certificates are already in your keychain.

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