Jojodmo
Jojodmo

Reputation: 23616

No Profiles tab in general settings when using iOS 9 beta 3+

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

Answers (3)

Sven Holzinger
Sven Holzinger

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

Sithys
Sithys

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:

  1. Open your Xcode Beta 7
  2. Click on Window -> Devices or use shortcut (CMD+SHIFT+2)
  3. From the overview, select the device which is not able to run the application.
  4. Right Click on your device and and select Show Provisioning Profiles
  5. Select profile by profile and delte them by clicking the - button
  6. Now try installing the app via Xcode, if you keep the Show Provisioning Profiles window open you will see it install the ones for your app.

as Polar Bear said over here -> https://stackoverflow.com/a/31355561/3671726

Upvotes: 3

Luthelis
Luthelis

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

Related Questions