luicfrr / react-native-vision-camera-face-detector

Vision Camera Frame Processor Plugin to detect faces using MLKit Face Detector
https://www.npmjs.com/package/react-native-vision-camera-face-detector
MIT License
75 stars 16 forks source link

[BUG 🐛] CMake Error in CMakeLists.txt Imported target "react-native-worklets-core::rnworklets" includes non-existent path #59

Closed MuazzezA closed 2 months ago

MuazzezA commented 2 months ago

Issue

Screenshot

This error does not occur until I add the react-native-vision-camera-face-detector package.

Device:

package.json file:

{ "dependencies": { "react-native-vision-camera": "^3.9.2", "react-native-vision-camera-face-detector": "^1.6.3", "react-native-worklets-core": "^1.0.0", } }

luicfrr commented 2 months ago

You’re not using same tested vision-camera neither worklets-core versions. See README file.