Introduction An XCFramework was introduced from Xcode11. This makes it possible to bundle a binary framework for multiple platforms, including iOS devices, iOS simulators, etc. In current Kotlin/Native project, frameworks built for X86_64 and Arm64 are often used. This new bundle type would be helpful. FatFrameworkTask In fact, can create a universal…