简体   繁体   中英

ios code signing issue

I am in a trouble with IOS CodeSigning.

I searched it but i cant find out what is the problem.

Here is my problems

  1. http://i.stack.imgur.com/caCR7.png
  2. http://i.stack.imgur.com/OIkLH.png

My bundle id is correct however it is not working. Error message is ; "Code Sign error: The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in the default keychain"

Go to Organizer, choose Device tab, and under Provisioning Profiles (first entry in the left panel) you should see your certificates. Are they valid? If not you may be missing private key.

If you go to your Keychain, under Certificates you should see your developer profile. They should be expandable and when you expand you should see there's the private key. Without it the certificate won't be valid.

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