gev2002 / react-native-vision-camera-text-recognition

https://www.npmjs.com/package/react-native-vision-camera-text-recognition
MIT License
43 stars 7 forks source link

Expo ios build fails #3

Closed eimantas1998 closed 4 months ago

eimantas1998 commented 5 months ago

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.

image

image
gev2002 commented 4 months ago

Hi, it's from cache, delete Pods, build, Podfile.lock and try again build. Or run npx expo prebuild --clean.

gev2002 commented 4 months ago

Solved by cleaning cache.

eimantas1998 commented 4 months ago

Tried clearing cache as you recommended, same result.

gev2002 commented 4 months ago

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.

eimantas1998 commented 4 months ago

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.

elie-chaaban commented 3 months ago

How to use nohoist in pkg.json?

I m having this issue and cant fix