Code Signing not showing Provisioning Profile - Xcode 5.1.

12,621

Solution 1

I filed a bug on this. You can manually do it but a pain in the rear. This to me is a huge bug. I hope they fix it soon.

Solution 2

I was stuck with same issue and finally got it done here u can look for the following screen shots..

go to Code signing in the build setting and change the Provisional Profile NONE to the provisional profile you like to test

enter image description here

then change the Code signing identity to test your Application on device with the suitable bundle identifier look for the following screen shot

enter image description here

If you find this Answer is correct then Vote up lets other also can solve their problem. Thanks

Solution 3

Make sure you have 'all' and not 'basic' display mode selected.

Solution 4

Login in Apple Dev website and go to the profile list view, then download the profile and double click to install, then you can see it in Code Signing list.

Share:
12,621
Hassy
Author by

Hassy

Updated on June 08, 2022

Comments

  • Hassy
    Hassy almost 2 years

    Hi, I recently upgraded to Xcode 5.1 now I can not find Provisioning Profile in Projects->Target->Code Signing section of settings. Before Xcode 5.1, I used to change Provisioning Profile to desired profile from Provisioning Profile option then it starts to appear in code signing identity debug or release section as shown in image below.

    enter image description here

    But now I am not given this options in Code Signing so I can't change the debug or release profile it only show automatic or identities in keychain.

    How an I change to the desired provisioning profile?

    Update:

    I tried using the 000000B-0000-0000-0000-000000000000 UUID code at User Defined Provisioning Profile and it accepts and build and displays Provisioning profile at Code Signing. But it is not resolving Provisioning profile name at User Defined Profiles.

    • Sukitha Udugamasooriya
      Sukitha Udugamasooriya about 10 years
      Did you try re-installing certificates, without double clicking on the certificate, try to import to keychain by file->import items. Then quit Xcode and reopen.
    • Buntylm
      Buntylm about 10 years
      Check the Bundle Identifier you used in your iOS App and in your provisioning profile. Add Same then Clean you project and try ?
  • simalone
    simalone about 10 years
    Do you set Bundle identifier in plist file same with app id in the profile.
  • kwills
    kwills about 8 years
    Changing this Code Signing setting triggered XCode to realize it needed to refresh my provisioning profiles... it ended up returning this setting back to what it had originally when I clicked "Fix" in the error popup, but then my app ran, so something was automatically corrected behind the scenes!