You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation of RNtextDetector.m fails on the error:
.../node_modules/react-native-text-detector/ios/RNTextDetector.m:8:9: 'TesseractOCR/TesseractOCR.h' file not found
This occurs for both the Pods Approach and the Direct Linking/manual approach. In addition, adding the TesseractOCRiOS pod and attempting to reference the header files through the Build Settings/Header Search Paths did also not work.
The text was updated successfully, but these errors were encountered:
Compilation of RNtextDetector.m fails on the error:
.../node_modules/react-native-text-detector/ios/RNTextDetector.m:8:9: 'TesseractOCR/TesseractOCR.h' file not found
This occurs for both the Pods Approach and the Direct Linking/manual approach. In addition, adding the TesseractOCRiOS pod and attempting to reference the header files through the Build Settings/Header Search Paths did also not work.
The text was updated successfully, but these errors were encountered: