React Native and Mediapipe ios framework compatible

449 Views Asked by At

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

1

There are 1 best solutions below

1
vision.io On

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