I don't see the Provisioning Profile on my code point XCODE 4.3.1 config part

I have a strange problem in my xCode, the code signing code matches them, I don't see any profile, and even more I don't get the little arrows xCode signing part

in the key chain I have my things you can see in the picture

Keychain

In my Organizer, I can see my profile, but in xcode, in the code signing section that I put in the old profile and I don't see another, and I don't have little arrows that let me select a profile

enter image description here

I took down and imported my profile to my device and restarted xCode and I had no luck adding a picture

enter image description here

+3


source to share


2 answers


You have imported a new profile using the organizer. You also need to import the profile into your project. you can do it from

Organizers> Devices> Library Section> Profile Profiles> Import (bottom)



They will now appear when signing the project code.

+1


source


The last image you provide is the provisioning profiles for the connected device. Select Provisioning Profiles in the Library section and drag the profile to the main window. Should solve your problem.



+1


source







All Articles