Solve the problem that the device or certificate on XCode6 cannot be automatically created and modified. xcode6 Certificate
Since XCode supports automatic Certificate maintenance, it eliminates the trouble of manually adding devices and then downloading certificates after updating the certificates, but it has never understood the automatic maintenance mechanism, in this case, XCode often reports errors but does not automatically add devices. The certificate is created by XCode and cannot be modified manually. After a period of testing, I finally found a solution and shared it with you here.
Normally:
No provisioning profile was found for this executable
Then you can select Fix Issue, so XCode will automatically add the new device to the certificate for us, and then update the Certificate automatically. Possible errors:
A valid provisioning profile for this executable was not found
Solution:
1. Change the Team to the corresponding developer account Team on the Target General interface.
2. Change the Code Signing Identity in Build Settings of Target to iOS Developer (you cannot select your own), and change Provisioning Profile to Automatic
3. After cleaning, run it again. The Fix Issue dialog box appears. Select Fix Issue.
If you feel helpful to yourself, I hope you can help me with it. Thank you :)
Blog: http://blog.csdn.net/zhaoxy2850
Address: http://blog.csdn.net/zhaoxy_thu/article/details/42494781
Please indicate the source for reprinting. Thank you!