react-native-mlkit-ocr icon indicating copy to clipboard operation
react-native-mlkit-ocr copied to clipboard

Build errors on iOS

Open guilhermesandi opened this issue 1 year ago • 1 comments

Hello!

I have problem when i try to build on iOS.

Captura de Tela 2022-12-12 às 15 10 45

Does anyone know what can it be?

guilhermesandi avatar Dec 12 '22 18:12 guilhermesandi

Hello @guilhermesandi, did you add this line in Podfile after installation! If not, maybe It could solve the issue. or please provide more details of it. pod 'react-native-mlkit-ocr', :path => '../node_modules/react-native-mlkit-ocr'

I would recommend you to run it from cmd line and follow this step.

  1. add above line in your podfile
  2. yarn install or npm install
  3. manually delete podfile.lock
  4. cd ios && pod install && cd ..
  5. react-native run-ios.

I hope... It would help to fix your issue.

Thanks

k-saparia avatar Dec 13 '22 22:12 k-saparia