I try to publish my macOS JVM app on Testflight an...
# compose-desktop
s
I try to publish my macOS JVM app on Testflight and get an error
This build is using a beta version of Xcode and can't be submitted
. The version is the same I use for iOS. I followed the instructions on https://github.com/JetBrains/compose-multiplatform/tree/master/tutorials/Signing_and_notarization_on_macOS. Does anyone have an idea what could be wrong?
m
You don’t seem to be alone with this issue: https://developer.apple.com/forums/thread/740844
s
I previously used XCode 14.2 and now updated to the current XCode 15.0.1 ... both have the same: iOS always works, macOS does not. The native SwiftUI macOS Version works. I suspect that something about the macOS JVM version is special. 🤔