-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target "VisionCameraTflite" links to target "ReactAndroid::reactnativejni" but the target was not found. #103
Comments
Guten Tag, Hans here. This issue does not provide enough detailed information for us to help you. Please share the build logs from your development environment, such as Xcode or Android Studio, along with other relevant details about your setup. Also, remember to check our documentation carefully. If you want faster response times from mrousavy, consider sponsoring the project here. 🍻
|
The build log for the above error is: `Task :app:externalNativeBuildCleanDebug FAILED ninja: error: rebuilding 'build.ninja': subcommand failed` @mrousavy Please check if it is my issue or if the package is not working with the newest version of react native correctly, I've tried other solutions for the other issues but they were different and I didn't find any issue with cmake file in earlier issues. |
Looks very similar to the issue mrousavy/react-native-vision-camera#3260 fixed with mrousavy/react-native-vision-camera#3263 |
Similar fix in the works here #108 |
After following the installation instructions, it is still not working and shows cmake error.
CMake Error at CMakeLists.txt:29 (add_library): C/C++: Target "VisionCameraTflite" links to target "ReactAndroid::reactnativejni" C/C++: but the target was not found. Perhaps a find_package() call is missing for C/C++: an IMPORTED target, or an ALIAS target is missing?
I'm using:
"react-native": "0.76.1",
"react-native-fast-tflite": "^1.4.0",
The text was updated successfully, but these errors were encountered: