Closed eimantas1998 closed 4 months ago
Hi, it's from cache, delete Pods, build, Podfile.lock and try again build. Or run npx expo prebuild --clean.
Solved by cleaning cache.
Tried clearing cache as you recommended, same result.
This is not a problem with the plugin, it could just be a problem with the Xcode cache, or you can try updating Xcode to the latest version.
It was a problem with monorepo, for anyone who is dealing with similar issue, try using nohoist, so packages would be in the same project level.
How to use nohoist in pkg.json?
I m having this issue and cant fix
Ios build fails, android build works fine.
"expo": "~50.0.0", "react-native-vision-camera": "4.0.5", "react-native-worklets-core": "1.3.3", "react-native-vision-camera-text-recognition": "1.2.0"
Tried rebuilding, and clearing cache.