user1162034
user1162034

Reputation: 71

Code Sign error: The identity 'iPhone Developer' doesn't match any identity in any profile

I am new in objective-c and developing an ipad application. I am creating an Adhoc build but i am getting this error: Code Sign error: The identity 'iPhone Developer' doesn't match any identity in any profile also i have deleted the old certificate and create new certificate and provisioning profile but still getting this error.

Upvotes: 2

Views: 2309

Answers (1)

Ajay Sharma
Ajay Sharma

Reputation: 4517

Just make sure you have added valid Code Signing Identity

Steps for this :

1) Project settings -> Properties tab --> Place your Identifier matching with your Provisional Profile.

i.e com.CompanyName.appname

2) Now, move to Build tab-->Now set the Code Signing Identity matching with your identifier.

If you are not able to get rid of this error, then revise the steps from here

Why don;t you check this forum with detail explanation from scratch : How to Submit Your App to Apple

Upvotes: 1

Related Questions