Xcode denies the app launch I debug mode. If I edit the scheme to not support debug mode, it will launch the app but I loose the ability to debug. This project has two shemes, release and debug.
Asked
Active
Viewed 4,348 times
1 Answers
3
In project , open your project's TARGETS.
Check your Provisioning Profile whethe is match Signing certificate
In debug their are develop profile and certificate,and in release their are distribution profile and certificate
if you don't determine, there is a easy way to help you,xcode offer the Automatically manage signing ,just in xocode tick this option.

Community
- 1
- 1

Junior Jiang
- 12,430
- 1
- 10
- 30