flutter_lottie icon indicating copy to clipboard operation
flutter_lottie copied to clipboard

iOS run error

Open NXliujunjie opened this issue 4 years ago • 5 comments

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

NXliujunjie avatar Dec 02 '19 10:12 NXliujunjie

same issue here

leviatan-12 avatar Dec 03 '19 23:12 leviatan-12

same

nicholasrq avatar Dec 20 '19 14:12 nicholasrq

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

nicholasrq avatar Dec 20 '19 16:12 nicholasrq

Is there any solution?

waitingfor168 avatar Jan 05 '20 10:01 waitingfor168

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

spookymodem avatar Jan 21 '20 21:01 spookymodem