Reputation: 31
I have downloaded tesseract, configured it and got some .a files too. But after adding the framework files and running my XCODE project, it is giving plenty of errors from the framework libraries ???!!
Can anyone please explain in detail about the steps of installation and configuration of tesseract to work with xcode?
Upvotes: 3
Views: 2031
Reputation: 17478
Have a look at this project.
Make sure you have added the header search path and library search path in the project settings as shown in the sample application.
Upvotes: 4