jonathanpalma / react-native-tesseract-ocr

Tesseract OCR wrapper for React Native
MIT License
561 stars 172 forks source link

** BUILD FAILED ** PHONEOS_DEPLOYMENT_TARGET #65

Closed ghost closed 4 years ago

ghost commented 4 years ago
1 error generated.

warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.0.99. (in target 'TesseractOCRiOS' from project 'Pods')warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.0.99. (in target 'RNTesseractOcr' from project 'RNTesseractOcr')

** BUILD FAILED **
darshil commented 4 years ago

Hey, I think the new iOS 13 update might be causing this. You have to update the iPhone Deployment Target through the .xcodeproj file

ghost commented 4 years ago

no that's not why it failed, something to do with xcode 11