2

That the error xcode appear:

Your build settings specify a provisioning profile with the UUID “some_number”, however, no such provisioning profile was found.

I had already tried that solution:

Xcode 7.2 no matching provisioning profiles found

I'm trying to upload an App from a not mine account.

I've imported the profile to Xcode. He send me the .mobileprovision for distribution.

But when I try to archive I get the above error. How could I fix it?

Community
  • 1
  • 1

1 Answers1

0

All provisioning profile are signed with a Key/Certificate Pair.

You can ask the owner of the account to export the Certificate with it's key in a P12 format using Keychain Access and then import it to your machine.

Other solution is to generate a Certificate for your use within the account where the App is registered.

ppaulojr
  • 3,579
  • 4
  • 29
  • 56