-
Notifications
You must be signed in to change notification settings - Fork 37
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
Build failed #221
Comments
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor FAILURE: Build failed with an exception.
C++ build system [configure] failed while executing: CMake Error at CMakeLists.txt:28 (add_library): CMake Error at CMakeLists.txt:28 (add_library): CMake Error at CMakeLists.txt:28 (add_library): CMake Generate step failed. Build files cannot be regenerated correctly. : com.android.ide.common.process.ProcessException: -- The C compiler identification is Clang 17.0.2 C++ build system [configure] failed while executing: CMake Error at CMakeLists.txt:28 (add_library): CMake Error at CMakeLists.txt:28 (add_library): CMake Error at CMakeLists.txt:28 (add_library): CMake Generate step failed. Build files cannot be regenerated correctly.
BUILD FAILED in 22s Facing this issue... any help |
Same issue |
@PujaSingh18 which react native version are you on? I think your error will be fixed by this PR: |
Target "rnworklets" links to target "ReactAndroid::reactnative" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
React native 0.75
Workets core 1.3.3
The text was updated successfully, but these errors were encountered: