Xcode Cloud - Invalid Code Signing Entitlements

After building my app with Jenkins for 3 years without any problems, I'm now trying to build with Xcode Cloud and I'm getting the following error:

ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'com.apple.developer.game-center

I deleted the capability from the Xcode and the info.plist file, yet I'm still getting the error. Any ideas?

Could this be the same issue as this one: https://developer.apple.com/forums/thread/707506.

I ran into similar error running my usual fastlane build script in my local machine. Not on Xcode Cloud.

Hello friend, I had the same error when using the compilation with fastlane. try the following step: In Apple Account --> Certificates, Identifiers & Profiles --> Identifiers Click on your app's Identifier. In the list of services, uncheck Game Center as in the image. Generate the project and provisioning profile again.

Xcode Cloud - Invalid Code Signing Entitlements
 
 
Q