Multiple issues on Xcode Cloud, WeatherKit and TestFlight after changing bundle id

After changing the bundle identifier of my app, I’ve encountered several issues that I can’t seem to resolve, even though I’ve followed all the necessary steps. The app with the previous identifier was live on Testflight, and working perfectly fine, but now I’m facing the following problems:

WeatherKit Authentication Issue

WeatherKit has stopped working, and I’m getting authentication errors. I’ve updated the app in the Developer Portal to reflect the new bundle ID, but it still doesn’t authenticate properly.

Xcode Cloud Configuration Issue:

Xcode is asking me to set up Xcode Cloud again, which I understand is expected after a bundle ID change. However, during the setup process, it fails to recognize my remote repository, even though the repository is correctly added and visible under the Source Control tab.

TestFlight Internal Testing Issue:

I manually uploaded a build to TestFlight, but internal testers cannot use it because the invitation appears as invalid. This wasn’t an issue with the app’s previous identifier.

It seems like the bundle ID change has caused some fundamental issues that I can’t resolve despite following all the usual instructions. Has anyone experienced this before or knows how to resolve these problems?

I'm using the latest Xcode 16.2 on Mac OS Sequoia 15.2

Multiple issues on Xcode Cloud, WeatherKit and TestFlight after changing bundle id
 
 
Q