Reputation: 2169
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.
Upvotes: 1
Views: 4355
Reputation: 12723
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.
Upvotes: 3