-
Notifications
You must be signed in to change notification settings - Fork 40
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
🐛 : ios Build error : The 'jsc/JSCRuntime.h' was not found #115
Comments
I encountered same issue. I found out that swapping the problematic row to
|
Submitted PR (#118) with the possible fix. |
Same problem But I don't want to udpate the react-native 0.72.4 I am still on 0.70 Is it neccessary to update ? |
if you want publish apps at android 33 API you must update RN version =( |
Same problem guys. I tried to "<react-jsc/JSCRuntime.h>" fix mentioned above and just got the same error. Packages: |
if you need this package for qr scanner, just use latest version of vision camera |
@PauloGrachetelli So I removed worklets core and now I can build on IOS... but can no longer build on web. Getting the following error when building with metro:
|
"react-native-worklets-core": "^0.2.0", Try this, a month ago everyone had a similar error, it was fixed in this version |
I have also the same problem with the following packages:
switching to |
same here. From my understanding, this is because Hermes is required. would be great if we could use JSC too |
Is there a solution for this problem yet? |
What's happening?
I'm trying to use the Frame Processors feature of react-native-vision-camera, so I installed react-native-worklets-core following the troubleshooting steps mentioned here.
Platform iOS in Podfile is 13.0 and Swift version is 5.2.
When I only had react-native-vision-camera installed, everything worked fine. However, after installing react-native-worklets-core, I encountered the following issue:
WKTJsRuntimeFactory.h:15:10 'jsc/JSCRuntime.h' file not found
babel.config.js
I've reviewed the troubleshooting guide, but found none.
I would greatly appreciate any guidance or relevant resources to help me resolve this issue.
Reproduceable Code
No response
Relevant log output
ios:
/Users/xxxx/xxxxxxx/xxxxxxx/node_modules/react-native-worklets-core/cpp/WKTJsRuntimeFactory.h:15:10 'jsc/JSCRuntime.h' file not found
Camera Device
No response
Device
iOS 16.6.1
Xcode 14.3.1
VisionCamera Version
3.0.0
Package Versions
"react": "18.2.0"
"react-native": "0.71.6"
"react-native-reanimated": "2.17.0", unable to upgrade to 3.2.0 or higher for some reason.
"react-native-vision-camera": "^3.0.0" / "2.15.4" / "2.15.6" , tried 3 versions
"react-native-worklets-core": "^0.2.0"
Can you reproduce this issue in the VisionCamera Example app?
Additional information
If need any other information, please feel free to let me know.
The text was updated successfully, but these errors were encountered: