Is it possible to build for Mac Catalyst?
If I try to build my Kotlin framework for iosX64 I get an error in Xcode that it was built for iOS Simulator. If I try to use macosX64 I get an error that it was built for macOS.
So it looks like the framework needs to be specifically built for Mac Catalyst. Any ideas how to do this if it is possible?