'ReactCommon/RCTTurboModule.h' file not found
I faced this issue at react native 0.75
Yes, i had the same. Weird enough only when archiving.
Manually replacing this with #import "RCTTurboModule.h" patched this for me. Not ideal but good enough to get unblocked.
I think there is a PR open to fix this: link
@adriaanslechten Thanks it worked.
any fix please ?
Also I am getting this error in version 1.4.0.
"react-native": "0.75.4",
"react-native-worklets-core": "^1.4.0",
fixed in https://github.com/margelo/react-native-worklets-core/commit/6918abd77bb1926087186d3bc06f01b7faadb902. Requires RN 0.74 or higher
Yes, i had the same. Weird enough only when archiving.
Manually replacing this with
#import "RCTTurboModule.h"patched this for me. Not ideal but good enough to get unblocked.I think there is a PR open to fix this: link
Fixed the issue. Thank you @adriaanslechten adriaanslechte
I was using version "react-native-worklets-core": "^1.3.3", I just removed ^ and installed the dependencies and pods again. It starts working.
@adriaanslechten wild that it worked.
Not working for me