xcode cloud build failed ITMS-90055: This bundle is invalid

Environment info Local machine: macos xcode 16 beta macOS Sequoia beta xcode cloud: Xcode latest release version (15.4). MacOS latest version

I checked my project bundle identifier several times, it absolutly match to Apple Store connect.

IIs failed occurred when workflow archive - distribution select testfight. If I select None in distribution, it Build success in Xcode cloud.

Ps: I cannot archive from local machine, it shows Xcode version should be released version.

Anyone meet the same problem?

--- failed notification email attached below ---

We noticed one or more issues with a recent delivery for the following app:

WGesture Watch App Version 1.0 Build 8 Please correct the following issues and upload a new binary to App Store Connect.

ITMS-90055: This bundle is invalid - The bundle identifier cannot be changed from the current value, 'com.war.WGesture.watchkitapp'. If you want to change your bundle identifier, you will need to create a new application in App Store Connect.

Answered by Warrison in 800495022

Problem SOVLED!

re-create a workflow for *** target, don't select *** Watch App as workflow build target.

more details: When you create a *** WatchOS project , Xcode will automatically generated ***, *** Watch App and *** Watch App Tests targets. You should use *** to create a workflow.

Accepted Answer

Problem SOVLED!

re-create a workflow for *** target, don't select *** Watch App as workflow build target.

more details: When you create a *** WatchOS project , Xcode will automatically generated ***, *** Watch App and *** Watch App Tests targets. You should use *** to create a workflow.

From Xcode Cloud Updates:

  • Some bundle IDs aren’t automatically registered when onboarding to Xcode Cloud.

Workaround: In Xcode, Archive and Export your app for the App Store or manually register your bundle IDs in Certificates, Identifiers & Profiles.

xcode cloud build failed ITMS-90055: This bundle is invalid
 
 
Q