CameronStuartSmith / flutter_lottie

Use lottie in flutter for both iOS and Android
Apache License 2.0
157 stars 75 forks source link

iOS run error #23

Open NXliujunjie opened 4 years ago

NXliujunjie commented 4 years ago

error: compiling for iOS 8.0, but module 'Lottie' has a minimum deployment target of iOS 9.0:

leviatan-12 commented 4 years ago

same issue here

nicholasrq commented 4 years ago

same

nicholasrq commented 4 years ago

fixed by forking this repo and bumping s.ios.deployment_target to 9.0 in ios/flutter_lottie.podspec, but it seems that lottie-ios itself has changed and it doesn't work with this plugin anymore

waitingfor168 commented 4 years ago

Is there any solution?

spookymodem commented 4 years ago

I had this issue as well. Some people have forked this repo and fixed the problem. Today I got things working in iOS with mark922_flutter_lottie