Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot sign applications in XCode 6

I have just upgraded from XCode 5.1 to XCode 6.0 GM and can no longer sign my applications for ad-hoc deployment. I perform the following steps:

  1. I open Window -> Organizer and select "Archives"
  2. I select an archive (either one I have built from XCode 5.1, or one I have built from XCode 6).
  3. I click "Export".
  4. I click "Save for Ad Hoc Deployment" and click "Next"
  5. I select my Development Team and click "Choose"
  6. I receive the below error.

Previously this worked (I signed an application last night, and upgraded this morning), so any ideas would be gratefully received.

Error text

ERROR TEXT

You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support.

Account Page

Here is the info from my XCode account page.

enter image description here

like image 269
RB. Avatar asked Sep 16 '14 16:09

RB.


People also ask

How do I sign an application in Xcode?

Open the project using Xcode. Select the root project directory, and go to the Signing and Capabilities tab. Here, you can either check Automatically manage signing or do the signing manually. If you check the Automatically manage signing checkbox, then you will just need to select the Team from the drop-down list.

How do you access signing and capabilities in Xcode?

In the Project navigator of the main window, select the project — the root group with the same name as your app — and in the project editor that appears, select the appropriate target and then click the Signing & Capabilities tab.

How can I see my signing certificate in Xcode?

You can check the profile detail, preview it(I prefer using Space bar) and under Certificate section, you can get the detail. Otherwise, login to apple developer portal and edit the profile to check the certificate used to create the profile. Hope this helps.


1 Answers

You need to reimport your provision profile and signing identity. It should be a .developerprofile file. It should be under accounts under XCode preferences. You can see all your developer/member info. I'm assuming you're an agent?

see here

like image 89
apollosoftware.org Avatar answered Sep 30 '22 05:09

apollosoftware.org