Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code Sign error How to fix Team ID not found [duplicate]

Tags:

xcode

ios

Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the team ID “NNNNNNNNN” were found.

I have been beating my head about this for a while, I have followed all the docs and looked at a bunch of other question. What is the fix for this?

like image 875
dsuma Avatar asked Feb 25 '14 15:02

dsuma


1 Answers

Check you have installed your certificate and your provisioning profile and your provisioning profile should have your certificate choosen.

like image 99
Fran Martin Avatar answered Oct 24 '22 04:10

Fran Martin