agoldis/react-native-mlkit-ocr

Cannot build on iOS

nathanael-anstett opened this issue · 2 comments

Hello, I tried to install the package on my react native project (npm install + pod install), but the build is failing. Below is the xCode output :

image

What I am missing ? Is there another installation step ?

@nathanael-anstett sorry for delayed response. It's quite hard to troubleshoot the issues based on just that screenshot.
I double-checked the the package runs smoothly on iOS 14.3 simulator, following the Example instructions.

Please let me know if you've had any success.

My bad... Indeed i must have done something wrong. I uninstalled and reinstalled your package, and after a pod install the build worked fine. Thank you for your quick answer