The signature of “Lottie.xcframework” cannot be validated and may have been compromised. #2339
Replies: 5 comments
-
I can't reproduce this issue testing the linked |
Beta Was this translation helpful? Give feedback.
-
The project was forced to not trust self signed and ends on this "The signature of “Lottie.xcframework” cannot be validated and may have been compromised." Maybe we can do something with it: ![]() |
Beta Was this translation helpful? Give feedback.
-
We use a self-signed certificate as explained here. That fingerprint is correct and authentic.
How are you configuring this, and why reject self-signed libraries? |
Beta Was this translation helpful? Give feedback.
-
Converting this to a discussion given this is configuration-related |
Beta Was this translation helpful? Give feedback.
-
We've developed an private Cordova plugin that adds the Lottie.xcframework to the build before Xcode is opened and as a result when the framework is imported imported in this manner the self signed certificate is not trusted by Apple following their 2025 requirement changes. Would you consider using an officially signed certificate instead? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Which Version of Lottie are you using?
Lottie 4.4.1
https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip
Xcode 15.3
Expected Behavior
No error
Actual Behavior
Animation JSON
Beta Was this translation helpful? Give feedback.
All reactions