Reputation: 31
I created an app using Xcode and I want to run it on my iPhone instead of the simulators. The app has successfully installed in the phone, but when I click it it says "untrusted developer", xCode gives error "Process launch failed: security". So I went to Settings> General> Profile on my phone and I trusted the app, however the application is listed as "Not Verified" and when I click "verify app" nothing happens, and I still can't run the app.
Upvotes: 3
Views: 81364
Reputation: 1071
I had a same problem on my iPhone 15 Pro Max (iOS 17.4.1) using Xcode 16.1. Pressing the "Verify" button in "Settings" did nothing; the alert just blinked.
Magic or not, but it helped.
Upvotes: 0
Reputation: 298
I usually encounter this problem when using a web proxy that intercepts SSL connections using a custom certificate (fe Burp or company proxy).
When installing the app, the following happens (I think):
So in my case, I had to take the following steps:
I do believe this is some kind of bug in iOS where the validation state is somewhat corrupted because of failed SSL pinning.
Upvotes: 2
Reputation: 63
I've had this problem a few times. The issue seems to be on Apple's side - verifying apps requires a connection to their server, which was down earlier today. It should be up now (at the time of this posting). Looks like you just have to wait it out when this happens, unfortunately.
Upvotes: 2
Reputation: 5230
There are some procedures you need to follow to install the build in iOS 9 using Free provisioning
Upvotes: 2