Baseflow / LottieXamarin

Render After Effects animations natively on Android, iOS, MacOS and TvOS for Xamarin
https://baseflow.com
Apache License 2.0
1.22k stars 261 forks source link

Active dependency issue causing app store submission to fail on UWP #346

Open JoeLorenzoMontano opened 3 years ago

JoeLorenzoMontano commented 3 years ago

🐛 Bug Report

Not sure if this is the right place to post this but here is what is going:

Active dependency issue causing app store submission to fail on UWP (here is the UWP app store submission error):

Here is what I've been able to find: "com.airbnb.xamarin.forms.lottie" has a dependency on "microsoft.toolkit.uwp.ui.lottie" and that has a dependency on "Microsoft.UI.Xaml".

There is an active issue being tracked for "Microsoft.UI.Xaml" that seems to be the cause of our failed app store submissions: https://github.com/microsoft/microsoft-ui-xaml/issues/5298

I wanted to point this out because I believe that you will need to update your dependencies when fix is out.

Thanks!

Expected behavior

Reproduction steps

Configuration

Version: 1.x

Platform:

JoeLorenzoMontano commented 3 years ago

Root bug has been flagged as fixed.