Im trying to use OCR demo project and I modified the code, compiled and run the code which does all the above fine, when but I try to archive it, Im getting an error
error: strip /Users/mac1/xfer/Ananth/Projects/OCRSample/Resources/nolanbrown-Tesseract-iPhone-Demo-6338e61/OCRDemo/Classes/tesseract-3.01/vs2008/lib/liblept.lib: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip received signal 11
I didn’t ever faced this error before and so I surfed but didn’t find any relative solutions to it. Can someone help me guess the cause for this error and rectify it?
Im using xcode version 4.3.2 and Mac OS, version 10.7.4
Any timely help is appreciated.
Thanks.
Seems this one needs
UIViewControllerclass having.mmextension to execute this library. Initially, I created a normalUIViewControllerclass which would’ve a file with.mas extension on which I got the above error.I couldn’t create a
.mmfile either. So I used theOCRDemoViewController.mmas myUIViewControllerand did modifications in it which solved that problem.