Provisioning problem

Totally noob programmer here, forgive me if this is a basic user error. But there seems to be a mismatch between my apple id identifier and my team identifier. It has been automatically configured, and worked until today, but while trying to run a new app on my iphone i all of a sudden got "Failed to install embedded profile for com.kylland.formattingtest : 0xe800801a (This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature).)".

Now it does not work on any apps. Went through what chatgpt had to give me, trying to log in and out, made sure automatic signing is enabled and tried to delete the key from keychain. Still comes up with two different keys.

Answered by DTS Engineer in 858251022

OK, a quick update…

IMPORTANT Please don’t post replies that just say ‘me too’. There’s a Boost button at the top of the thread that you can click in that case. OTOH, if you have new info to share, please post a reply, not a comment. It’s hard for me to keep track of comments.

My understanding of this issue is that:

  • It was a problem with the way that the Developer website issued provisioning profiles.
  • It had been resolved at the time I posted that response, about 4:00 Pacific time.

Hence my original advice on this thread to run a test with a new, unique bundle ID.

I just ran that test myself and I didn’t see a problem. Specifically:

  1. Using Xcode 16.4 on macOS 15.6.1, I created a new project from the iOS > App template.
  2. In Signing & Capabilities, I confirm that automatic code signing was enabled with my team selected.
  3. I selected an iOS 18.6.2 device as the run destination and chose Product > Run.

The app ran just fine. However, this is using my extant wildcard provisioning profile, so it’s not a great test. I then extended the test:

  1. In Signing & Capabilities, I added the Personal VPN capability. I don’t care about VPN here, but adding this capability forces Xcode to generate a new, non-wildcard profile for my app.
  2. Once Xcode was done, I clicked the info button next to the Provisioning Profile field. It shows that the profile was created on 16 Sep 2025, confirming that Xcode has created a new profile for my app.
  3. I chose Product > Run again. The app ran just fine.

This suggests that my understanding of this issue is correct, that is, it’s been resolved on the Developer website. However, there are lots of folks on this thread who are still having problems. I see two possibilities there:

  • The problems are triggered by specific circumstances that I’m not testing. For example, I’m using Xcode 16 and other folks are using Xcode 26. I’m not set up to test with Xcode 26 right now, but I’ll try to do that ASAP. However, if this issue is what I think it is, Xcode 26 won’t change things.
  • Their development environment is caching stuff and they need to find a way to clear the cache.

If you’re having problems, I recommend that you try to tease these possibilities apart by running the test I’ve described above. And, specifically, run the second test even if the first test fails. Please reply here to let me know what you discover.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Yep, had no issues for weeks (nothings expired)- i hit the build button and it doesnt work, tried updating to ios 18.7 but no help, reset location and privacy settings, followed everything here but no luck :(

Same issue

Having same error, just started for me an hr ago

Same

Same issue here out of nowhere

I'm having the same issue as well. There was no provisioning issue up to like to days ago. Created a new app today, tried to run it on my iPhone and the

"(This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature).)"

Error popped up and nothing I tried worked to resolve it. Old apps that I had from before today have the same issue now as well. Will we be notified when this is resolved as this appears to be a widespread issue?

lol rip -- same issue -- trying to find a workaround while we wait.

but ay - what's up iOS devs! everyone building an app, from jr to sr, is prob hanging in this thread right now

I developed an app for my own personal use. Yet Apple forces me to reinstall it every 7 days because of the arbitrary provisioning profile expiration for free accounts. My app was installed more than 7 days ago, so under Apple’s rules I am forced to reinstall it. Today, because Apple’s signing infrastructure is broken, I now receive error 0xe800801a and cannot install and run my own app on my own iPhone.

This is unacceptable. No other platform locks its users out of their own code this way. Developers should not be completely blocked from their apps when Apple’s signing servers fail.

Same issue here. I have been at this for hours trying to figure out what I am doing wrong. None of my devices are being auto provisioned. I went as far as deleting Xcode entirely and cleaning up all possible crumbs related to Xcode. Still experience this error.

"People say sometimes, 'You work in the fastest-moving industry in the world.' I don't feel that way. I think I work in one of the slowest. It seems to take forever to get anything done."

Failed to install embedded profile for **** : 0xe800801a (This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature).) I’m trying to view the release version on my iPhone, but after updating to macOS26, I’m getting an error.

did you also experience this issue after the ios 26 update?

Yeah I'm glad I'm not the only one. At least the iPhone simulator is working just fine.

what's up! Jr dev here and spent like hours thinking i was just the dumbest person in the world. Started at deleting certificates, then was about to reset my iPhone to factory settings. Happy i saw this before that.

only way i've found around this is to work: run an app that worked before the breaking change w/o changing the provisioning profile at all - don't add any restricted capabilities to it (app groups, push etc), and don't add a new device (if you do those things for example, it'll update your provisioning profile and stop it from working)

i think this is out of our hands - if you don't have an app working w/ an existing provisioning profile - i'd test on simulators until apple to fixes

Provisioning problem
 
 
Q