My fastlane in react native ran perfectly when it was on version 0.66.1, but after I upgrade to 0.70.6, when build iOS app through fastlane it give me this error .
Have anyone face this issue? Please help me.
Related
Expo SDK 44: expo-camera is crashing when the application is run on Eas build while it works fine on the normal expo go application. The logs of the errors are attached below.
Logs
I faced the same issue, and this thread helped me.
I was using expo-camera for reading barcodes, and adding expo-barcode-scanner to my package.json solved it for me.
I created a MediaPipe ios framework
And I'm trying to integrate it into a React Native project
But the app crash in Mutex::Lock() without any information
I believe the reason is my framework and RN both use glog
How can I disable glog for one of them ? or any idea to fix it
Thanks for reading
Xcode Output
I ran into a similar situation, Mutex loc() is associated with Metro Bundler dependency. Try doing npx react-native start this will start the Metro Bundler before you do npx react-native run-ios
I have just upgraded React native version 0.63.3 from version 0.61.5 using react native upgrade helper. I can run android work perfectly but running ios show an error : Library not found for -lReact-RCTActionSheet.
I tried some advices such as add something to Header Search Path, check build system setting ... But it does not work.
Please any one help me to fix it. Thanks so much!
https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.63.3
https://blog.cpming.top/p/react-native-0-62-undefined-symbol
I have installed the latest version of react-native 0.60.5 using react-native CLI, have followed all the steps. I am not getting any error in terminal or console (http://localhost:8081/debugger-ui/).
Please help me if anyone facing this issue and resolved it.
Thanks in advance.
I am using expo for my react native application.
Steps:
- run expo start
Hit the error below on android studio emulator.
Working fine on real android device and IOS simulator.
UPDATE:
I have solved the issue. The issue was with my android studio. I open the app using the genymotion emulator and it was working
Unfortunately, Branch does not officially have a wrapper SDK for Expo and the link you referenced is built by a third-party which we cannot help troubleshoot.
Can you try ejecting your build from Expo and use native packages and linking in React Native, by following this: https://docs.branch.io/apps/react-native/#integrate-branch