PS: I managed to build an xcframework containing a...
# kotlin-native
m
PS: I managed to build an xcframework containing all 3 targets manually, by combining the simulator slices x64+arm64 using the FatFramework task (which uses
lipo
under the hood if I’m not mistaken). Then by running the
xcodebuild -create-xcframework
tool manually I can combine the x64+arm64 simulator framework with the other arm64 real device framework to a final combined one, which then has two folders inside: •
ios-arm64
ios-arm64_x86_64-simulator
So I can confirm that the tooling is definitely there and able to do what we want. Now’s just the question: what do I need to do to run all that from Gradle?