xvrh / lottie-flutter

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.
https://pub.dev/packages/lottie
MIT License
1.15k stars 197 forks source link

Fix bugs on building ios example #311

Closed tinyjin closed 9 months ago

tinyjin commented 9 months ago

I faced a few errors when I build an example with ios.

Here are those reasons and logs.

  1. Podfile is too old
log1
  1. build name and build number aren't specified
log2

And I made some patches to each configs then It's currently working with latest flutter and this lib.

tobe
xvrh commented 9 months ago

Thanks for the contribution