Code Sign error: The identity 'iphone developer' doesn' t mat

Source: Internet
Author: User

Compile others' projects with The following error: Code Sign error: the identity 'iphone Developer 'doesn' t match any valid, non-expired certificate/private key pair in The default keychain
1) Check the error. You can probably guess: the project was originally compiled on a real machine and requires certificate authentication. Check that the scheme of the Project is indeed an iOS Device.
2) Modify scheme to iPhone X.0 Simulator.



There is only one iOS Device in Destination, and there is no simulator option at all.
3) Some netizens say that they should set don't code sign in Build Settings of the Project, as shown below:

The default setting of this project is don't code sign, so it does not work either.
4) In fact, the simplest setting is as follows:
First, select the corresponding version of your Simulator for iOS DeploymentTarget.

Edit Scheme to select the simulator.
Delete the iPhone OS. The scheme target will automatically select the iPhone 5.0 Simulator. After compilation, add the iPhone OS.

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.