I have a KMM module that can target macOS too, but...
# multiplatform
t
I have a KMM module that can target macOS too, but I currently cannot cleanly enable macosArm64 target. I get this when building:
Copy code
Fat frameworks are not supported for platform `macos_arm64
I found some custom gradle code to build the XCFramework correctly, but it would be nice if it were built into the KMM plugin. Can we expect this might work in KMM Beta version?
t
Yes, that is exactly the process I am using. It will build everything but the xcframework link fails on this macOS arm64 slice.
t
Ah, you said you found a workaround, could you link it?