iOS Build Failed React Native 0.71.3 & Reanimated 3.0.2 #4240
Replies: 5 comments 5 replies
-
@StefanWallin did you resolve this? I also met this problem. It's may be related to |
Beta Was this translation helpful? Give feedback.
-
still, there is an ios build error, "react-native": "0.72.1", mac m1 |
Beta Was this translation helpful? Give feedback.
-
Add more linker options to clang++ command.
CoreModules for React_jsc for jsi for The framework name for 'React-jsi' is simply 'jsi'—not 'React-jsi.' (This can be quite confusing.) I'm fundamentally curious why such configurations don't automatically work well during the pod install stage. |
Beta Was this translation helpful? Give feedback.
-
I added "pre install code block" to Podfile just like below. and it solved the problem. (I set I think dynamic linking is not working with
|
Beta Was this translation helpful? Give feedback.
-
i resolved the issue with below changes in pod file
Pod file Pre
Post installation
|
Beta Was this translation helpful? Give feedback.
-
Stumbling on reanimated when trying to upgrade React Native to 0.71.3 or 0.71.4.
I'm trying to building ios-version on Mac M1 MacOs Ventura 13.1 after upgrade to 0.71.3/4(tried both Reanimated 2.14.2 and 3.0.2) fails like this. Is this a known issue? 🙇♂️ 🙏
The error occurs after running these commands
This is the terminal output I get when building.
This is my package.json
Beta Was this translation helpful? Give feedback.
All reactions