Replies: 1 comment 8 replies
-
We use a script to build the XCFramework in CI. That script didn't change between 4.0.1 and 4.1.0. The XCFramework published by 4.0.1 was built by Xcode 14 / Swift 5.7 and was incompatible with consumers using Xcode 13 / Swift 5.5. In 4.1 we updated our CI job to build the XCFramework using Xcode 13.2.1: #1922. I think I remember this causing the file size to increase. I'm open to suggestions if you have an idea on how to reduce the size of this XCFramework, as long as we maintain existing backwards compatibility guarantees. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Between Lottie 4.0.1 and 4.1.0 the github release asset xcframework zip size increased from 8.65MB to 18.8MB.
the iOS-arm64 and tvOS-arm64 binaries have jumped from 1.8MB to 13.3MB (638% increase)
This seems quite extreme, is there a reason for this?
Beta Was this translation helpful? Give feedback.
All reactions