I have built an app that runs on Tesseract provided by Google. I followed a tutorial from here. This is quite outdated but this was the only tutorial that i could find that uses objective c. So i improvised a bit and used the TesseractOCR framework instead of the tesseract-ios and tesseract-ios-lib files. After following through the tutorial i encountered this error
To fix this issue i disabled Bitcode. After that i had 47 linker errors.
How do i fix this issue? Is there a updated version of the TesseractORC framework that i am supposed to download?