react-native-worklets-core icon indicating copy to clipboard operation
react-native-worklets-core copied to clipboard

Vision-camera and worklets-core 1.5.0 build issues - undefined symbol: RNWorklet

Open programminPete opened this issue 9 months ago • 4 comments

Hi @mrousavy , I have a question on using the released 1.5.0 vs using the 2.0.0-beta.4 When it builds, it seems to work fine, but I'm getting an intermittent failure building with my current configuration (below) I get a missing symbols error (RNWorklet::JsiWorkletContext). I'm hoping maybe the 2.0.0 version will resolve so am planning to go forward with that change, but I'm concerned about using a pre-release version if unstable. Can you offer me any guidance on if that's the best path forward, or if there are any known issues with 2.0.0 beta versions? (Or would you recommend downgrading vision-camera?)

current package.json:

"react-native-vision-camera": "4.6.3", "react-native-worklets-core": "1.5.0", "react-native": "0.75.2",

Error:

  **ld.lld: error: undefined symbol: RNWorklet::JsiWorkletContext::initialize(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&, facebook::jsi::Runtime*, std::__ndk1::function<void (std::__ndk1::function<void ()>&&)>, std::__ndk1::function<void (std::__ndk1::function<void ()>&&)>)**

programminPete avatar Jan 30 '25 17:01 programminPete

Might be related to https://github.com/mrousavy/react-native-vision-camera/issues/1770

ronickg avatar Feb 03 '25 13:02 ronickg

Hey thanks for response @ronickg , that does look similar. I'll see if that patch works for me

programminPete avatar Feb 03 '25 18:02 programminPete

I had the same problem. Did you solve it? How?

zrina1314 avatar Mar 27 '25 12:03 zrina1314

Still hapening, any clues?

genesiscz avatar Apr 29 '25 22:04 genesiscz