quicoli/LottieSharp

Object reference not set to an instance of an object at LottieSharp.LottieAnimationView

fahmi-dzulqarnain opened this issue · 3 comments

Describe the bug
I got an error when add File Name on LottieAnimationView. It produce NullReferenceException: Object reference not set to an instance of an object at LottieSharp.LottieAnimationView.set_Composition(LottieComposition value) at LottieSharp.LottieAnimationView.d__59.MoveNext()

image

Thanks

I have the same problem, did you find a solution?

Hey !

Had the same issue.

1 - Put your json in solution
image

2 - Check settings
image

3 - Check your .csproj and find the new line
image

4 - Update your xaml
image

Thats how i fix mine :)

Hope it will help you too

Thank you