Replies: 4 comments 5 replies
-
What is the issue preventing lottie-spm from working with Xcode 16? My expectation is that it should be forwards-compatible with new Xcode versions. |
Beta Was this translation helpful? Give feedback.
-
I can try again and show the error message, but I believe it's because it's a different toolchain and Xcode version, like you specified here: |
Beta Was this translation helpful? Give feedback.
-
These XCFrameworks are compiled in a way that is supposed to make them forwards-compatible with any version of Xcode / Swift equal to or more recent than the version that compiled the XCFramework (they have |
Beta Was this translation helpful? Give feedback.
-
There was a similar issue / discussion here: #2424 It seems like doing a clean build or clearing derived data fixed the issue there. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately lottie-spm doesn't have an "Issues" tab so I opened it here, hope that's OK :)
I know Xcode 16 is still in beta, but I'm wondering if it'd be possible / worthwhile to release "Pre-release" versions on the lottie-spm repo that have xcframework(s) for the beta's toolchain. Otherwise, the only choice is to drop back to the source code with lottie-ios :)
Thank you 🙏
Beta Was this translation helpful? Give feedback.
All reactions