-
-
Notifications
You must be signed in to change notification settings - Fork 129
Execution failed for task ':baronha_react-native-multiple-image-picker:buildCMakeDebug[arm64-v8a]'. #221
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
Comments
+1 |
I don't know the reason, but when I deleted the .cxx and build folders under the node_modules/@baronha/react-native-multiple-image-picker directory and tried to build again and it's work |
when i add new package the error will occur i need run |
facing the same issue |
Yes, it didn't work this time :) Unfortunately, every time we add a new package, a build problem occurs. |
I think so First I ran yarn add [email protected] |
I think I should upgrade on the latest nitro module |
For all my homie who can't kill this problem by follow the above instructions:
EveryThing will be fine~ |
append : .gradle in android folder |
@baronha any progress sir, I'm having a hard time with Android. |
I'm having this same issue too |
Yah. I will take a look, homie !! |
lasted V2.2.3 , "react-native-nitro-modules": "0.25.2", having this same issue too @baronha. DeepRolling method, it didn't work. |
#!/bin/bash set -e echo "clean Android build ..." echo "clean Codegen ..." echo "new Codegen..." echo "clean Gradle cache..." above action can resolve this hard problem, key action is yarn react-native codegen |
node version : 21
react native : 0.76.7
expo : 52.0.11
@baronha/react-native-multiple-image-picker: "^2.2.0"
FAILURE: Build failed with an exception.
Execution failed for task ':baronha_react-native-multiple-image-picker:buildCMakeDebug[arm64-v8a]'.
ld.lld: error: undefined symbol: margelo::nitro::HybridObject::~HybridObject()
ld.lld: error: undefined symbol: margelo::nitro::HybridObject::loadHybridMethods()
ld.lld: error: undefined symbol: margelo::nitro::HybridObjectRegistry::registerHybridObjectConstructor(std::__ndk1::basic_string<char, std::__ndk1::char_traits, std::__ndk1::allocator> const&, std::__ndk1::function<std::__ndk1::shared_ptrmargelo::nitro::HybridObject ()>&&)
ld.lld: error: undefined symbol: margelo::nitro::HybridObject::getName()
ld.lld: error: undefined symbol: margelo::nitro::JSICache::getOrCreateCache(facebook::jsi::Runtime&)
ld.lld: error: undefined symbol: margelo::nitro::Dispatcher::getRuntimeGlobalDispatcher(facebook::jsi::Runtime&)
ld.lld: error: undefined symbol: margelo::nitro::Logger::nativeLog(margelo::nitro::LogLevel, char const*, std::__ndk1::basic_string<char, std::__ndk1::char_traits, std::__ndk1::allocator> const&)
ld.lld: error: undefined symbol: margelo::nitro::HybridObject::toString()
ld.lld: error: undefined symbol: typeinfo for margelo::nitro::HybridObject
ld.lld: error: undefined symbol: margelo::nitro::HybridObject::~HybridObject()
ld.lld: error: undefined symbol: margelo::nitro::HybridObject::~HybridObject()
ld.lld: error: undefined symbol: virtual thunk to margelo::nitro::HybridObject::~HybridObject()
ld.lld: error: undefined symbol: virtual thunk to margelo::nitro::HybridObject::~HybridObject()
C++ build system [build] failed while executing:
/Users/avinash/Library/Android/sdk/cmake/3.22.1/bin/ninja
-C
/Users/avinash/Documents/GitHub/taprredev-mobile/node_modules/@baronha/react-native-multiple-image-picker/android/.cxx/Debug/u5jv2p1c/arm64-v8a
MultipleImagePicker
from /Users/avinash/Documents/GitHub/taprredev-mobile/node_modules/@baronha/react-native-multiple-image-picker/android
The text was updated successfully, but these errors were encountered: