Is it possible to set up Xcode Cloud so it distributes the app to different bundle id? (for example, mock, test and release environment)
Right at the moment we are only limited to deploy TestFlight for the bundle ID that configured Xcode Cloud? I would really like to be able automate several different build with different bundle id's...
When i try to archive using Xcode Cloud to a different bundle id that the one configuring Xcode Cloud i get the following errors: ITMS-90054: This bundle is is invalid. ITMS-90345: Metadata.Info.plist Mismatch.
When I archive manually it works perfectly fine.