JetBrains / kotlin-native

Kotlin/Native infrastructure
Apache License 2.0
7.02k stars 566 forks source link

Add support for Mac Catalyst #3713

Closed Thomas-Vos closed 3 years ago

Thomas-Vos commented 4 years ago

Please add support for Mac Catalyst. With the new Mac Catalyst you can create a native Mac OS app from an iPad app. Mac Catalyst has support for iOS UIKit APIs. For more information see: https://developer.apple.com/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.

Related:

joshuamking-driveclutch commented 4 years ago

Any updates on this?

JUSTINMKAUFMAN commented 4 years ago

Also could use a fix on this!

jasperblues commented 4 years ago

It sounds as though all that would be required is a tweak to the compiler settings.

SvyatoslavScherbina commented 3 years ago

According to migrating issue tracking to YouTrack, closing this issue in favour of https://youtrack.jetbrains.com/issue/KT-40442