Closed dangrima90 closed 2 years ago
I'm having the same problem. Any pointers on how to resolve it? I'm already using nativescript 8.
@fernandomeneghetti As a quick fix for now I've managed to get it to work by setting the platform version:
// app/App_Resources/iOS/PodFile
platform :ios, '12.0'
I'm not sure if this is the way to fix it as in the application's build.xcconfig
file (app/App_Resources/iOS/build.xcconfig
) we set the IPHONEOS_DEPLOYMENT_TARGET
value to 12.0
- Shouldn't this be enough? Would appreciate any guidance on this.
@dangrima90 it appears latest lottie force a higher min sdk :s will make a new minor version which revert to older iOS lib to revert min SDK. then I ll make a major release with the new SDK and 12 min sdk
@farfromrefug thanks for clarifying what the issue is 👍
@dangrima90 @fernandomeneghetti . You can use 4.4.5 to keep old Lottie SDK (iOS) and not bump your iOS min SDK. If you upgrade 5.0.0 then the min iOS SDK is now 12
@farfromrefug Many thanks! I can confirm that I've installed version 4.4.5 can successfully built iOS 🚀
@enich-dev no there is no way. that plugin is not maintained anymore and replaced by this one
@farfromrefug I just realized my issue is actually due to something else. Thanks.
I'm unable to build my NativeScript Vue application due to
ui-lottie
. Currently the application is using version1.0.0
and this is the error I'm getting:I tried updating to the latest version
4.4.4
, after which I got the following error:Application is using NativeScript 7 - at the moment we're in the process of upgrading to NativeScript 8 but still works in progress so I'd like to make it work for NativeScript 7. Is NativeScript 7 an issue?
I've been using the library for over a year and this was never a problem - I've noticed that there were Podfile updates lately, could this be the problem?