FutureCake
FutureCake

Reputation: 2943

iOS codesign error "No matching provisioning profiles found"

When I try to archive my xcode project for the App Store I get the following error:

No matching provisioning profiles found: This product type must be built using a provisioning profile, however no provisioning profile matching both the identity “iPhone Distribution: Thomas Hoek (**********)” and the bundle identifier “FutureGame.myApp” was found.

How can I fix this? I have never uploaded a app to the app store before so please be very clear and descriptive!

Upvotes: 1

Views: 1414

Answers (1)

Ahmad Ishfaq
Ahmad Ishfaq

Reputation: 914

On the general tab in project settings you will be getting a warning and a fix issue button right below "Team" click on that, xcode will take care the rest for you.

Upvotes: 2

Related Questions