简体   繁体   中英

Code signing error on iOS Simulator

I am using XCode 3.2.6 with iPhone Simulator 4.3 but when i run build and run this app on iPhone Simulator it throws error

Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain

I got to know about this error when i am using Interface Builder->Build and go to XCode then it shows error and when compiled using XCode it just shows a blank screen on iPhone Simulator.

It may be helpful to you.

   1. Select the target under Groups & Files
   2.Click the Get Info button
   3.Choose the Properties tab
   4.Under Identifier, make sure it says com.YOURREALCOMPANYNAME.APPNAME

Check whether you have created proper developer profile and installed it in Keychain. Lso check your bundle identifier

Hope it works....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM