Xcode 10 - "Unknown Name" for team

3.8k Views Asked by At

In my projects target settings, when I select the provisioning profile I use to archive my application, I get a Unknown Name in the team field.

enter image description here

This is a provisionning profile my client sent me by email, and I do not have access to it's Apple Developer Account.

Does anyone know how I can fix this? Is there a way for my client to send me a "team provisioning profile" or so?

Note: This does not prevent me to build/archive my project through Xcode. However, when trying to use xcodebuild command for continuous integration purposes, I get an error ( and I'm pretty sure it's linked to this weird configuration )

UPDATE

I finally managed to make my xcodebuild command to work. It had nothing to do with this weird behavious in Xcode config. Also when unzipping my app archive, I can see that the embedded provisionning profile contains the good team name.

To sum up, this "error" doesn't prevent build to proceed. This is just Xcode being Xcode, I guess.

0

There are 0 best solutions below