Valentin Grachev
Valentin Grachev
@adamwaite Under the build folder you will have fat-framework and XCFrameworks. XCFrameworks/release is exactly what you need. This is my setup ``` kotlin val xcf = XCFramework("YourLibName") listOf( iosX64(), iosArm64(),...
@luca992 Thanks, I will look at it tomorrow!
@bogdan-razvan Not works. As I understand kotlin team added a new targets _macosArm64, iosSimulatorArm64, watchosSimulatorArm64, tvosSimulatorArm64_ so need to add it into the plugin. @ge-org Do you have any near...
Anyway I submitted new [pull request](https://github.com/ge-org/multiplatform-swiftpackage/pull/41) with new targets support.