kpgalligan
11/02/2020, 1:37 PMkpgalligan
11/02/2020, 1:39 PMkpgalligan
11/02/2020, 1:42 PMxcodebuild -create-xcframework
on them. This creates an XCFramework. Directly including that into xcode works for both simulator and device/archive. However, cocoapods fails on validating them. Also, xcodebuild doesn't like having both armv7 and arm64 in the same package. It says they're equivalent. I've heard XCFramework doesn't support "legacy" architectures, but have seen examples out in the wild that would disprove that theory.kpgalligan
11/02/2020, 1:43 PMkpgalligan
11/02/2020, 1:44 PMgeorg
11/02/2020, 2:01 PMkpgalligan
11/02/2020, 2:03 PMdrofwarcs
11/02/2020, 5:58 PMkpgalligan
11/02/2020, 7:08 PMgeorg
11/05/2020, 1:57 PMdrofwarcs
11/06/2020, 6:57 AM