Skip to content
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

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

Open
programminPete opened this issue Jan 30, 2025 · 2 comments

Comments

@programminPete
Copy link

programminPete commented Jan 30, 2025

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 ()>&&)>)**

@ronickg
Copy link

ronickg commented Feb 3, 2025

Might be related to mrousavy/react-native-vision-camera#1770

@programminPete
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants