Does anyone have a problem running a native app bu...
# kotlin-native
v
Does anyone have a problem running a native app built with Kotlin for macOS on Big Sur? It works great on all other macOS versions except for Big Sur. Right after the launch, the app is closed with seg fault.
👀 1
s
it works fine on my side using big sur
v
Got it! The issue wasn't related to Kotlin Native at all. To reduce the size of the final binary, we use UPX (https://github.com/upx/upx) and it's apparently not compatible with Big Sur.
👍 1