XCFrameworks
macOS, iOS, iOS simulator, and Mac Catalyst binaries together
With Xcode 11, Apple has (finally) added support for embedding binaries obtained from multiple targets or built for different platforms and architectures into a single package, ending the fat framework era.
They call the new thing an XCFramework. Technically, it’s just a folder with .xcframework extension, but as it comes with Swift 5.1’s long awaited module stability it also means we’ll have no further need for LIPO scripting in order to get a universal bundle, and no further…