-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
'worklets/Registries/WorkletRuntimeRegistry.h' file not found #6617
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Description section. |
Issue: 'ReanimatedSensor.h' and 'WorkletRuntimeRegistry.h' Files Not Found in Xcode 16 (IOS ONLY)
Environment:
|
same for me, it's impossible to add the package to a new react native project, sometimes one @maulikv27 @FernandoAOborges hey guys, LMK if you have any findings, even if not the solution, let's put this together! your package.json? Maybe we have some package common that's incompatible with this library?
|
I got it working. The latest version is bugged, I downgraded to |
@petertoth-dev , You are right. Latest version itself having this bug. I also downgraded to 3.15.5 and it works. |
@petertoth-dev @Rehan-05 This is my package.json I tried 3.15.5 it's not working. ERRORS: 'reanimated/apple/sensor/ReanimatedSensor.h' file not found 'reanimated/RuntimeDecorators/UIRuntimeDecorator.h' file not found package.json
|
Same here. I tried the 3.15.5 and it's not working also. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
That was weird! What I did was to reinstall all libraries related to react-navigation and tried to reinstall the react-native-reanimated 3.15.5 and it works now. |
This comment was marked as off-topic.
This comment was marked as off-topic.
duplicate of #6607 3.16.1 with the fix is coming out early this week in the meantime you can install |
@efstathiosntonas How to install this 3.17.0-nightly-20241018-16297eb3c |
or
|
Duplicate of #6607. Fixed in #6614. Please upgrade to https://github.com/software-mansion/react-native-reanimated/releases/tag/3.16.1.
|
Description
#include <worklets/Registries/WorkletRuntimeRegistry.h>
namespace worklets {
std::set<jsi::Runtime *> WorkletRuntimeRegistry::registry_{};
std::mutex WorkletRuntimeRegistry::mutex_{};
} // namespace worklets
Steps to reproduce
Snack or a link to a repository
nil
Reanimated version
3.16.0
React Native version
0.74.4
Platforms
iOS
JavaScript runtime
JSC
Workflow
React Native
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: