I am experiencing a strange error in Xcode's Organizer. I have two team members and whenever we log in we receive the following message:

Your team has no devices for which to generate a provisioning profile. Please connect a device to use for development, or manually add a Device ID using the Provisioning Portal. https://developer.apple.com/devcenter/ios

If I go there I can clearly see two devices, and two certificates for the two developers. In fact, I can even build and install on my device fine with the team provisioning profile, but for some reason I still see this error every time Organizer chooses to refresh. Can someone explain this?

link|improve this question

64% accept rate
feedback

4 Answers

We had the same problem. Deleting all certificates, removing all devices from the provisioning portal and registering them again (manually or with Xcode) fixed the problem.

link|improve this answer
feedback

Restarting XCode fixed precisely this problem for me. On restart, XCode downloaded the 4.1 firmware correctly and installed it.

link|improve this answer
feedback

I was using an iPhone 3GS to try to test an application on my Mac Pro. I kept getting the problem even after restarting Xcode 4.3.2 and removing provisioning profiles. I tried under Xcode 4.4 with Mountain Lion on a MacBook Air and Xcode complained that "Xcode cannot run using the selected device. Choose a destination with a supported architecture in order to run on this device." I added armv6 to the projects "Architectures" and was able to start debugging on my device. The iPhone 3GS was running iOS 4.2.1. I'm not sure if this is unrelated to the problem but this is what I did on my Mac Pro after I saw that things were okay on my MacBook Air.

link|improve this answer
feedback

I think the "error" means:

Xcode can't automatically provision this device because it's already listed in a provisioning profile.

In other words, something did fail—automatic provisioning—but it doesn't matter because manual provisioning was the source of the failure.

So just click OK and move along. There's nothing to see here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.