airbnb / lottie-ios

An iOS library to natively render After Effects vector animations
http://airbnb.io/lottie/
Apache License 2.0
25.81k stars 3.75k forks source link

Getting warning in latest update pod Version 4.2.0 #2071

Closed Spatel91111 closed 1 year ago

Spatel91111 commented 1 year ago

I have updated the latest pod below:

Installing lottie-ios 4.2.0 (was 4.1.3)

After the update, there is displayed one warning as below

no rule to process file '/.../Pods/lottie-ios/Sources/Private/Model/DotLottie/ZipFoundation/README.md' of type 'net.daringfireball.markdown' for architecture 'arm64'

calda commented 1 year ago

This is fixed on master as of https://github.com/airbnb/lottie-ios/pull/2057, so you could resolve this by pointing your podfile to master instead of 4.2.0.

vg-identance commented 1 year ago

@calda when release is planned?

calda commented 1 year ago

The next release will include the new SwiftUI LottieView, and there are still some additional changes I need to make on that before it's ready to be released.

calda commented 1 year ago

Given this is fixed on master, and we plan on releasing a new version soon (maybe when Xcode 15 is released), I'm going to go ahead and close this issue.