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"

Same exact issue here, on my MacBook Air. On my Mac Studio, it works a charm. Both just updated to Tahoe, and both running Xcode 26 RC.

Yep same here .. but its not for all my apps, one specific app but i cant figure it out?

Same issue on Sequoia and Xcode 16 and 26. On brand new provisioning profiles and existing ones. I'm pretty sure it was working on Friday.

Same issue here.

same as well on Tahoe

same here, started like 3-4 hours ago for me.

Same issue. Just started about 20 minutes ago for me after Xcode 26 & macOS 26 were working fine for several hours.

I have a theory as to what’s going on here, and I’d like you to run a test to exercise that theory:

  1. First, create a new app, with a new unique bundle ID, and try running that. For specific instructions, see the first numbered list in Investigating Third-Party IDE Code-Signing Problems [1].
  2. If that works, repeat the process using the bundle ID of your main app. For specific instructions, see the second numbered list in Investigating Third-Party IDE Code-Signing Problems.
  3. If that fails:
    1. Quit Xcode.
    2. Go to ~/Library/Developer/Xcode/UserData/Provisioning Profiles and delete all your profiles.
    3. Relaunch Xcode.
    4. Try again.

Lemme know how you get along.

Share and Enjoy

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

[1] I realise your issue has nothing to do with third-party IDEs, but those instructions are good for basic tests like this.

Same issue when I try to push my app to Apple Vision Pro, just began from today.

I've tried it on a completely fresh app and an app that was working previously. Hasn't been working for the past 3 hours or so. Glad to hear I'm not the only one

@DTS Engineer none of those suggestions worked for me unfortunately

I have the same issue. I have tried deleting the Provisioning Profiles and it is still not working.

none of those suggestions worked for me unfortunately

OK.

We’re currently tracking an issue that affects provisioning profile generation for TestFlight (r. 160638630). It’s possible that this is also affecting development profiles. I’m currently researching that.

Share and Enjoy

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

10

This seems to be a widespread problem and started happening for me today when I try to change my bundle id at all, for debug or release.

I don't even have a ~/Library/Developer/Xcode/UserData/Provisioning Profiles folder

Other occurrences of this: https://www.reddit.com/r/iOSProgramming/comments/1ni2iot/provisioning_profile_does_not_have_a_valid/ https://stackoverflow.com/questions/79765702/why-cant-i-run-my-xcode-app-on-my-phone

is this an outage? I'm having the same error.

Provisioning problem
 
 
Q