Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Provisioning Profile "Team" is "Unknown"

Today I updated my Ad Hoc provisioning profile to include new devices using the developer provisioning portal.

The update went normally, but after downloading the updated profile, the "Team" field in XCode's Organizer shows "Unknown." When building the profile cannot be found.

Any idea what's causing this "Unknown" team? I opened the profile as a PList and see the team name is still included in the file itself.

Is anyone else having a similar issue today?

like image 462
user441669 Avatar asked Nov 01 '12 15:11

user441669


People also ask

What is iOS Team Provisioning Profile?

Provisioning Profiles The provisioning profile includes information about the intended distribution (development, ad hoc, or App Store) and may also include the specific devices it's targeted at. It is the profile(s), along with the team or personal signing certificate, that validate your app during the build process.

Is provisioning profile secret?

Private, at least to the general public. You'd need to deploy it in your team's CI so your team would be able to see it too, but there's no risk of them getting access to your account with it.


2 Answers

For me it worked after opening the Organizer window on the Provisioning Tab, then clicking on the Refresh button (on the bottom right corner).

like image 200
Samuel Avatar answered Sep 26 '22 11:09

Samuel


My bad. Open Utilities > Keychain Access. You should see a bunch of private or public keys with nondescript metadata. Delete all of them and then go to Xcode's Organizer. Go to the Devices tab, select Provisioning Profiles from the Library and hit Refresh. The team should be defined in the latest profile.

like image 41
Oblomov Avatar answered Sep 25 '22 11:09

Oblomov