IOS tool-Xcode9 without a certificate for real machine debugging, iosxcode9 certificate for real machine
It has been running on Simulators for so long as iOS has been developed, and the company's projects also have the company's developer account for real machine debugging. However, it is often impossible to download some demos on the Internet and run them on a real machine to see the results, today, I took the time to study and learn how to debug the machine without a certificate on the latest xcode9. The process is actually very simple. Let's take a look at the entire process.
1. Create a certificate
1. Run Xcode, Xcode, Preference, and add an account (an account that can be downloaded from appstore)
2. Select the added AppleID-"Manage Certificates
3. Click +-> IOS Development
Ii. configuration project
1. Start real machine debugging with the custom bundle id (create new bundle id-not used by other teams). The system will automatically repair to generate the provision file.If we download the demo from the Internet, the bundle id must be modified. Otherwise, the signature will fail., You can try to modify the bundle identidier when there is a problem with the signature of your project.
3. Trusted developers
1. Click Settings in the mobile phone (real machine)-> General-> Device Management, which is calledDescription file)-> Click the corresponding id --> Trust)
2. The device management in IOS9 corresponds to the description file.
Iv. QA
1. Your account does not have sufficient permissions to modify containers