Hello,
I received the error message from Transporter when trying to upload an app exported from XCode 12.0 -> "com.apple.developer.game-center not supported on IOS devices".
Now it's not needed this entitlement? Thanks.
Regards Víctor
Hello,
I received the error message from Transporter when trying to upload an app exported from XCode 12.0 -> "com.apple.developer.game-center not supported on IOS devices".
Now it's not needed this entitlement? Thanks.
Regards Víctor
The only way I was able to get a build validated was by.
This is less than ideal but it might satisfy a time-sensitive situation ...
Weirdly enough, my leaderboard/achievement features are still working on my Test Flight build.
Same issue here
Thank you for reporting this error. We are investigating the issue.
I have the same issue.
[Transporter Error Output]: 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' in 'Payload/***********.app/***********' is not supported.
I used an identical Fastlane configuration for an app generated yesterday and it deployed to TestFlight and App Store perfectly.
Up-voting this issue as well :)
Getting same issue.
ItunesTransporter error : ["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' in 'Payload/Mobile.app/Mobile' is not supported.
Getting this same issue but for tvOS and not iOS.
Same issue here
Same issue here
Same here... already spent a full day on that
Is there an update on this? It's preventing us from shipping a time-sensitive update.
Same issue here. React Native -> Fastlane -> error.
The only way I was able to get a build validated was by.
This is less than ideal but it might satisfy a time-sensitive situation ...
Weirdly enough, my leaderboard/achievement features are still working on my Test Flight build.
We're using this in our Fastfile to temporarily bypass the game-center capability until Apple fixes this issue.
sh("fastlane", "produce", "disable_services", "--game-center", "ios")
Ditto.. I ran a successful build to TestFlight yesterday and after minor changes to my codebase today, my latest Xcode Cloud build fails with: 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'
Same issue here. Seems like this issue is just happens these few days. Hopefully, we got solution soon.