-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build on React Native 0.41.2 #59
Comments
Same error here, temporarily fixed by creating a new project using the guide in #31 Sierra 10.12.3 |
no animation here and I cannot build. #52 |
Same error |
Same for me |
@jozan Awesome! It works for me |
@jozan it workd for me too ;) Thanks !! |
Worked for me also, thanks. |
It Resolved For me, so closed |
Its still a bug though and needs to be resolve, doesn't it? |
@yoohoogun114 Same error. and solved by your answer.
Do you have same question? |
I had the same experience. I can compile, but no animation or image rendering. |
I've RN 0.39.2 and been trying all guides here, still having the same error á |
@leesolway same here, trying to figure out why rendering is not working (#52) |
It works for me, but looks like not others. so Reopen. |
@olle-moren-schibsted Are you sure you have linked
|
@jozan having node version 6.5.0 and RN 0.39.2 doing like this:
|
@olle-moren-schibsted Those are the steps I got it working on RN 0.41.2. |
Thanks @PanJ ! |
Can this be added to the readme? After |
It is working only if this condition is met and correctly linked: works for RN 0.42.+ |
I had both of these, but was still getting a blank image where the animation should have been. |
@leesolway Can you confirm that LibLottie.a isn't linked ? Can you provide a screenshot of your Embedded binary and Link Frameworks and LIbrary ? |
Hi guys, Posting here because I've got a similar problem. I succeeded to make lottie work on my RN project using Lottie 1.0.6 and RN 0.39 on iOS in debug. I removed However, when using fastlane to generate an .ipa to deploy on Testflight for my team, the build is not working and I've got the following message I don't know why it's doing this in release. Did you encounter this while trying to build on your side? Thanks again guys |
@Kowaio seems like you don't have link the Lottie.Framework. Can you provide a screenshot of your Embedded binary and Link Frameworks and LIbrary ? |
Sure, here it is: http://cl.kowaio.me/3O3Z3E392i2S |
@Kowaio can't help sorry. Maybe see this comment. |
As requested |
I believe this should now be fixed in |
Hello @lelandrichardson, Sorry to come back to you only now. I tested with Here's a screenshot: http://cl.ly/0s0U1a211f2j Thanks |
@Kowaio same here. |
Current behavior:
Cannot build.
Reproduce:
$ React native awesome
$ cd awesome
$ npm i --save lottie-react-native
$ react-native link lottie-ios
$ react-native link lottie-react-native/
$ react-native run-ios
So, I open my iOS project ,clean and then build
But error log here
My environment is OS X Elcapitan 10.11
$ node -v
$ npm -v
$ react-native -v
Comment
The recent lottie-ios is 1.0.3 but lottie-react-native dependency ios is 1.0.2
Is it related to the version dependency?
Editted
$ react-native upgrade
Then i can use lottie.
but animation not showing without any error.
The text was updated successfully, but these errors were encountered: