Getting this error on mac OS while running it on android in an existing project: ninja: error: '../../../../libnode/bin/x86/libnode.so', needed by '../../../../build/intermediates/cxx/Debug/4a2u1f54/obj/x86/libnodejs-mobile-react-native-native-lib.so', missing and no known rule to make it #40
While using the nodejs-mobile-react-native package received the above error as libnode.so file is missing inside x86 folder .
As a temporary fix I have downloading the x86/libnode.so file from nodejs-mobile binary . Is there any other better way to solve this issue @jaimecbernardo
?
While using the nodejs-mobile-react-native package received the above error as libnode.so file is missing inside x86 folder . As a temporary fix I have downloading the
x86/libnode.so
file from nodejs-mobile binary . Is there any other better way to solve this issue @jaimecbernardo ?