문제

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.

도움이 되었습니까?

해결책 3

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.

다른 팁

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

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

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.

Check your bundle Id and make sure that you have installed your required profile.

Then Click on Provisioning profile option and select a profile(see the option below code signing identity).

Now you need to select certificate under code signing identity.

To be sure:

Our team encountered an afternoon of frustration trying to open an app or update an app compiled with Xcode 5.1 on iOS 7.1 device with a tardy profile. Download and install a new profile (as necessary) then:

Make sure the BUNDLE IDENTIFIER in Xcodeʻs GENERAL view for your project matches what the profile reads on your Dev web portal, and then THAT profile is installed in Xcode verbatim. Select that profile in your BUILD setting, and you could be solved by now (the App installed on devices without issue), but we also noticed we could to go back to GENERAL view and the FIX button actually worked: it fixed the "not found" profile

Try by creating an archive. I attached an iphone and tried to create an archive which result in no provisioning profile error. But now the option in the target to select a provisioning profile was there from which I was able to choose the provisioning profile

Had this problem, just had to open Preferences and refreshed the screen under Accounts - View Details.

The provisioning profile had no options for me. I had registered for the Apple Developers program recently. I followed these steps and then clean and build. It worked.

Import User to XCODE

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top