-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
🔧 Unable to find a specification for react-native-worklets-core
depended upon by VisionCamera/FrameProcessors
#3187
Comments
Guten Tag, Hans here! 🍻 It seems like you are having trouble with Your issue is valid, but to really help mrousavy and get this sorted, could you please try building the VisionCamera Example app? It might provide more insights, and posting more detailed logs would be great too. Feel free to check out the Troubleshooting Guide for more tips! Lastly, if you appreciate the work being done here, consider sponsoring the project here.
|
We do not use or need Frame Processors, so we don't want them enabled, but it seems to be thinking it's finding it and enabling it, then failing because it's not there.
I also did a search for issues but since frame processors and the worklet are part of every single issues template, it makes it impossible to search for :( |
I debugged it and discovered the issue. It's a bug in the Ruby because depending on how it's run, sometimes it returns "undefined" but other times it returns I modified the podspec like so:
It outputs:
The bug in the original code is "output.strip" doesn't actually work properly in all cases when it outputs multiple lines which can happen. I tried it without outputting text, but it was inconsistent. |
How were you trying to build the app?
pod install
Full build logs
Project dependencies
This is a huge 300 item list, but we're using RN 0.74.5
VisionCamera Version
4.5.3
Target platforms
iOS
Operating system
MacOS
Can you build the VisionCamera Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
The text was updated successfully, but these errors were encountered: