27

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

RB.
  • 36,301
  • 12
  • 91
  • 131
  • I'm running both XCode 5.1 and 6.0 concurrently. I had to use 5.1 to compile with. You may need to redo your ad hoc provisioning profile for 6.0. – apollosoftware.org Sep 16 '14 at 16:07
  • 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? – apollosoftware.org Sep 16 '14 at 16:12
  • @AmitApollo I'm a Member, not an Agent - I've added a screenshot to the question with my (redacted) details. I should add that I've tried removing the account and re-adding it through this screen, but with no joy. – RB. Sep 16 '14 at 16:17
  • 1
    Hi @RB did you get any luck on this because I am facing same problem – Bhavesh Lathigara Oct 10 '14 at 15:13
  • 2
    @Bhavesh. No - in the end I did all my signing with XCode 5. I'm going to look again once XCode 6 has been out for a couple of months. – RB. Oct 10 '14 at 15:18
  • 1
    Ok thanks for reply but this is too much. – Bhavesh Lathigara Oct 10 '14 at 15:19
  • Look this answer to create ipa from command line http://stackoverflow.com/a/26067132/3791659 – Vladimir Oct 24 '14 at 12:41

3 Answers3

4

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

apollosoftware.org
  • 12,161
  • 4
  • 48
  • 69
  • 11
    Where can I download the ".developerprofile" file from. I can't find it on the Apple Member Center website? – RB. Sep 16 '14 at 16:18
4

In the end I installed XCode 5.1 and 6 side-by-side. I could then use 5.1 to sign archives created from 6. It's a bit of a faff, but I'm going to assume that it's because 6 is still beta...

RB.
  • 36,301
  • 12
  • 91
  • 131
4

Got same issue with Xcode 6.0.1

Creating a new Provisioning profile (Development & Distribution) resolved the issue for me.

Kohlbrr
  • 3,861
  • 1
  • 21
  • 24
Rishabh
  • 41
  • 1