Reputation: 23616
When I try to run my app on iOS 9 beta 3
, as well as beta 4 & 5
, I get an error saying Untrusted Enterprise Developer
Untrusted Enterprise Developer
"iPhone Developer: name (id)" has not yet been trusted on this iPhone. Until this developer has been trusted, their enterprise apps will not be available for use.
In previous betas, the way to get rid of the message was to go to General > Profiles
in the Settings app and trust the developer, but this is not present in beta 3, 4, or 5.
I've tried searching for Profiles
in the settings app, and a tab named Profiles & Device Management
shows up under general. Yet, when I tap on it, I am just brought to the top of the General tab, and Profiles & Device Management
does not show up either.
I have all of the correct provisioning profiles on the device, and they are all valid.
Is this a bug in iOS 9 beta 3+, or is there some other way to trust the developer?
Upvotes: 10
Views: 15153
Reputation: 103
I wasn't able to run an App with a Developer Profile. I got this fixed by creating a new Developer Profile with my developer account.
Upvotes: 0
Reputation: 3803
The solution is nearly the same as provided by luthelis works in a little other way. You do not have to re-download the provisioning profiles from the developer center. You're going to do it like this:
Window
-> Devices
or use shortcut (CMD+SHIFT+2
)Show Provisioning Profiles
-
buttonas Polar Bear said over here -> https://stackoverflow.com/a/31355561/3671726
Upvotes: 3
Reputation: 264
Here's what worked for me running iOS 9 Beta 4 and Xcode 7 Beta 4.
Go to Window -> Devices
or Shift + Command + 2 while the device is plugged in. In the bottom left corner under Devices there is a gear, click it and then click "Show Provisioning Profiles...".
Delete all profiles and re-download them from the Apple Developer Center, then add the newly downloaded profiles to that window and it will push them to the device automatically.
The next time I built on the device it worked. Good luck to all.
Upvotes: 2