Tesseract-OCR 3.02 with libc++
Xcode 4.6, iOS SDK 6.1, tesseract-ocr 3.02 Since the last OpenCV versions are built using libc++ , and tesseract-ocr is built using libstdc++ , they can't be used together in one xcode project. So, I'm trying to build tesseract using libc++. Using the script here (updating the base sdk and deploy target to 6.1), tesseract is being built just fine, and works in my xcode project once the C++ standard library is set to the compiler default. Than, I tried altering the script to build it with libc++, according to the answer here . I changed CXX to point to clang++ , and added -stdlib=libc++ to the