Xcode process launch failed: Security
Solution 1:
If you get this, the app has installed on your device. You have to tap the icon. It will ask you if you really want to run it. Say “yes
” and then Build & Run again
.
As from iOS 9
, it is required to go to Settings → General → Device Management → Developer App → Trust`.
On some versions of iOS
, you will have to go to Settings → General → Profile instead.
Solution 2:
Updated answer for Xcode 7: Tapping the app no longer works (as of beta 1 it just displays an "untrusted enterprise developer" message with only a Dismiss button).
To fix, open the Settings app, go to General / Profiles, and you'll see your profile. Mark it trusted and things should start working normally again.
Updated For iOS 9.2.1 and Xcode 7.2.1:
Goto: Settings > General > Device Management > Select App from Developer Apps > Trust App.