Error iOS lottie-react-native rn v0.64.1
Description
Error running app on iOS after installing lottie-react-native ^4.0.2 and lottie-ios 3.1.8
ERROR:
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening apptest.xcworkspace.
Steps to Reproduce
- npx react-native init apptest
- cd apptest
- yarn add lottie-react-native
- yarn add [email protected]
- cd ios
- pod install
- cd ..
- yarn ios
Versions
"lottie-ios": "3.1.8",
"lottie-react-native": "^4.0.2",
"react": "17.0.1",
"react-native": "0.64.1"
try installing from the master branch
yarn add https://github.com/lottie-react-native/lottie-react-native
This library keeps frustrating people's lives.
The maintainer should add another maintainer since dev is too slow on this library.
and please release the master branch @emilioicai
first answer is my solution : "https://stackoverflow.com/questions/52536380/why-linker-link-static-libraries-with-errors-ios/56176956#56176956"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.