Lottie-ios: Build error from Lottie.AnimationFontProvider

Created on 20 Nov 2020  路  1Comment  路  Source: airbnb/lottie-ios

With error:

Screenshot 2020-11-20 at 5 23 18 PM

Check these before submitting:

  • [v] The issue doesn't involve an Unsupported Feature
  • [v] This issue isn't related to another open issue

This issue is a:

  • [] Non-Crashing Bug (Visual or otherwise)
  • [v] Crashing Bug
  • [] Feature Request
  • [] Regression (Something that once worked, but doesn't work anymore)

Which Version of Lottie are you using?

`"lottie-ios": "^3.1.9",`

"lottie-react-native": "^3.5.0",

What Platform are you on?

  • [v] MacOS
  • [v] iOS

What Language are you in?

  • [v] Swift
  • [] Objective-C

Expected Behavior


build success

Actual Behavior


build failed

Code Example

Animation JSON

Most helpful comment

I just had the same issue after upgrading all packages, I guess something in lottie-react-native is incompatible with lottie-ios 3.1.9 and has to be fixed there.

Just get back to 3.1.8 and it will work, it is the version that should be used according to the lottie-react-native readme.
"lottie-ios": "3.1.8",

>All comments

I just had the same issue after upgrading all packages, I guess something in lottie-react-native is incompatible with lottie-ios 3.1.9 and has to be fixed there.

Just get back to 3.1.8 and it will work, it is the version that should be used according to the lottie-react-native readme.
"lottie-ios": "3.1.8",

Was this page helpful?
0 / 5 - 0 ratings