Why in Xcode 6 do I get "You are not registered as an Apple developer" when I try to download a binary file?

I have an active iOS developer account and an active provisioning profile. I downloaded the binary just two weeks ago with Xcode 5 without any problems. Now I am trying to download another binary using Xcode 6, and after archiving I usually go to the organizer / archives and click "Submit", "Check" or "Export". In any case, I get this message: "You are not registered as an Apple developer." Does anyone have the same problem or have any idea of ​​the problem?

Edit

I downloaded the binary with Xcode 5. I think I should report this as an Xcode 6 error!

+7
xcode6
source share
2 answers

The following is fixed for me:

In Xcode> Preferences> Accounts, I had an Apple ID account that was not a registered development, in addition to my own valid account. I deleted an unregistered Apple ID and it works now.

+14
source share

I had almost the same situation as @iht, except that the β€œunregistered” Apple ID was a legitimate but new developer identifier.

It turns out that I have not signed an agreement with the developer, so I went into developer.apple.com, was represented by a small print wall, clicked "Agree" and was set to work.

+1
source share

All Articles