Closed fmasutti closed 10 months ago
Hello @fmasutti, thank you for your message and I'm sorry you're having this issue.
The update was made due to the changes in Lottie-ios framework, that since 4.0.0 brings the possibility to load .lottie files directly from the framework.
Please update to the latest version 4.3.4, you will have to migrate the old AnimationView to LottieAnimationView, and Animation to LottieAnimation, but you'll have the dotLottieLoader available inside.
Once you update to the latest lottie-ios version you'll get the following methods:
Closing the issue. as that shall get my problem sorted. shall give it a go next week. thanks!
My Project that use the "dotLottie" isn't working anymore after the latest release of "dotLottieLoader" (v 0.2.1).
Not sure exactly if is there anything that I can do on my end to fix it TBH, I did try manually add the old version of dotLottierLoader into my SwiftPackageManager but the dependency is still there into the original "dotLottie" and at end my package has 2 version of the "dotLottieLoader".
About my Environment: Current Packages that I'm using into my SwiftPackageManger from Lottie are: "Lottie" Exact Version: 3.3.0 "doLottie" Exact Version 0.1.9. Building Using latest Xcode: 15.1. MacbookAir M2.
This is the error that I have locally:
Created the same issue in the other repo, go ahead and close the one that isn't the right one to move forward with a fix.