Open lukachi opened 2 months ago
Hello There,
Any workaround for this????
Thanks in advance :)
hi @FaggioniHQ, I am a little reckless so I did this (until we get the new version published). It runs, but I cannot vouch for all the consequences this can cause:
node_modules/react-native-worklets-core/react-native-worklets-core.podspec
with the new code from #217 that fixes this issue https://github.com/margelo/react-native-worklets-core/blob/e348ecfaff81e531cb616904df7d927823bef618/package/react-native-worklets-core.podspecnpx patch-package react-native-worklets-core
rm -rf ios
npx expo run ios --device
I don't know if the changes to podspec file cause any side effects, so proceed with caution.
Hey @matuskropuch
I did the same as you, seems to work 🤞🏽
Thanks for your reply
The error:
The app builds and run correctly if i install
vision-camera
only, orworklets-core
only. But when i try to use both - it fails in pod-install:i've tried to set
use_modular_headers!
to Podfile and seems like other modules ain't like this move, so then i've tried:modular_headers => true
for specific pods e.g.VisonCamera
andWorkletsCore
, both and separately. still got errori've tried to remove all build caches from xcode, removed ios, android folders, node_modules, yarn.lock and reinstall everything, and still got this error
note: that worklets inits for android fine
versions:
"react-native-vision-camera": "^4.5.2", "react-native-worklets-core": "^1.3.3",
Environment:
Dependencies
Expo build properties plugin config: