We exported an app for iOS today. After submitting to the store we got the following notice:
Quote: "ITMS-90111: Invalid Toolchain - Your app was built with a beta version of Xcode or SDK. Apps submitted to the App Store must be built with the GM version of Xcode 10.1 and the SDK for iOS 12.1 and watchOS 5.1, Xcode 7.1 and the SDK for tvOS 9, or Xcode 6 and the SDK for macOS 10.9 or later. If you are using an Xcode beta version to test your app, make sure you are using the latest supported version."
We're running AppGameKit on a Mac with Catalina 10.15.1. It's built with a provisioning profile signed for the App Store with a distribution certificate. We also have the version of Xcode that was released today.
Is this potentially something in AppGameKit itself? Is anyone else having this problem?