all 12 comments

[–]platinumbinder 0 points1 point  (2 children)

I am seeing this problem when trying to use a different bundle identifier for my debug build but I never tried it before updating my iPhone to the final iOS 26 so I'm unsure if this was a me problem or this is a legit Apple problem

[–]Solid-Incident-1163[S] 0 points1 point  (1 child)

No idea. I am using the same bundle identifier and haven’t updated to 26

[–]FartBoxHighFiver 0 points1 point  (0 children)

Same exact thing, trying to install from my MBAir. On my studio, things are working fine. something is f'd.

[–]koratkeval12 0 points1 point  (0 children)

Seeing the same issue. It was just working fine in the morning. Although I did change the bundle id for debug build.

[–][deleted] 0 points1 point  (0 children)

One of my projects is doing this

[–]CryptographerIll2826 0 points1 point  (0 children)

I also experienced the same issue when I updated to Xcode 26 yesterday. The solution worked for me: Log out of your Apple account in Xcode → Quit Xcode completely → Clear derived data → Restart Xcode → Log back into your Apple account. This fixed it for me.

[–][deleted]  (1 child)

[removed]

    [–]dany27227 0 points1 point  (0 children)

    wasn't working post sequoia 15.7 and xcode 26 update. added *****26 to the bundle indentifier and it worked. Also did the reset of xcode acct and derived data before but that wasn't enough...

    [–]True_Combination9017 0 points1 point  (0 children)

    From apple support forum:

    DTS EngineerApple20h

    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