Home > Net >  XCode 13 on iOS 15 Beta 'Untrusted Developer' error on iPhone XS device
XCode 13 on iOS 15 Beta 'Untrusted Developer' error on iPhone XS device

Time:09-28

I have been testing my iOS app on my physical iPhone XS for quite sometime now and all of a sudden it threw an error when I tried to run it saying '"APP NAME" is no longer available'. So I went to re-build via XCode into my device again to reinstall it. But I was getting an error message saying "Untrusted Developer".

So I tried to go to the Settings > General > VPN and Device Management screen to see if I need to 'Trust' my own developer profile again. But it's not appearing on that screen or any other new developer profile for that matter.

Did a bit of research and tried to troubleshoot. One of the solutions I've found and worked was to actually create a new developer account and use that to build and install the app on my device. I does work but I don't want to use another developer account to to build this app as the bundle identifier that I wanted to use was already tied up to that old account. And I have a bunch of other apps tied up to that old account as well.

The other reason why the above solution also wouldn't be ideal as I already have months worth of data in my device that was saved in that app. If created a new build using a new account it wouldn't be able to access the data of the old app built using the other account.

Just to note, that old account was formerly a paid account but now it expired. But I didn't have that problem until recently. So I am guessing it has something to do with the recent iOS 15 beta builds.

I will be filing a bug report for this. But does anyone have any idea or workaround to get rid of this issue? Any information that could potentially point me towards the right direction would be appreciated. Thanks!

CodePudding user response:

I managed to fix this issue.

Xcode -> Preferences -> Accounts -> Manage Certificates -> -> Apple Development and then make a new certificate

My situation might be different from yours but here were the symptoms I was seeing. I was able to sign random Github projects and run them on my phone. I also have a paid developer account. I never saw anything related to my app in the VPN & Device Management settings on my iPhone and I still don't.

CodePudding user response:

I am from Germany and I am sorry for my English.

I have the same problem. Xcode 13 and iOS 15 Official. And I get the untrusted Message. Then when I look into the settings to trust my account there is nothing.

I tried the Solution with another Apple ID and the Profile is listed in the settings. Both accounts are not paid one. Just for testing and learn purpose.

Now I am downloading the iOS 15.1 Beta 1 to test if it’s an iOS oder Xcode Bug

  • Related