Pheepster
Pheepster

Reputation: 6367

Reinstalling provisioning profiles in XCode5

I recently was forced to reinstall XCode5 to correct a problem in with Interface Builder. The reinstall corrected the issue but erased my provisioning profiles and now I am unable to test apps on a physical device.

From others' suggestions, I went to Preferences > Accounts > View Details... and clicked the Refresh button at the bottom left of the resulting window.

When I plug in a physical device, XCode does not list it in the available devices. In Organizer, each device that I use (an iPad and iPhone) shows a valid profile when connected. Each valid profile shows the correction expiration date.

What steps am I missing to get these devices recognized by XCode?

Thanks!

Upvotes: 1

Views: 45

Answers (1)

S1LENT WARRIOR
S1LENT WARRIOR

Reputation: 12214

Try setting the provisioning profile of your app.

As shown in the image below, it needs to be set from 2 places (1 and 2)

Setting the provisioning profile

Hope this helps!

Upvotes: 1

Related Questions