Code Monkey home page Code Monkey logo

Comments (5)

gali8 avatar gali8 commented on July 25, 2024

Remove the TesseractOCRiOS Framework from you project, clean the solution, save and close xcode, add

pod 'TesseractOCRiOS', '~> 2.22' 
to the Podfile and save, open terminal, navigate to the Podfile dir, type
pod install
press return and wait.
When installation is completed, you MUST open the iOpenALPR.xworkspace (not the xcodeproj) with XCode and... keep your finger crossed 👑 .

from tesseract-ocr-ios.

shexbeer avatar shexbeer commented on July 25, 2024

Thank you for your quick reply.
Sadly I get the same error. Tried it also with a new Xcode project.
My Workflow for testing:

  1. Create new Xcode 5 iOS Project "Page-based Application" -> iTesseract Projectname
  2. Build und Run to if it works --> compiles + links without error
  3. Create Podfile in Projectdirectory with
pod init
  1. Edit Podfile, looks now like this:
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"

target "iTesseract" do
pod 'TesseractOCRiOS', '~> 2.22' 
end

target "iTesseractTests" do

end
  1. Run install
pod install
  1. Open iTesseract.xcworkspace
  2. Compile + Link => Error as described above :-(

from tesseract-ocr-ios.

gali8 avatar gali8 commented on July 25, 2024

WTF!
There is a .mm file in the Pods project, Pods/TesseractOCRiOS group folder. You can remove the reference.

I'm updating it!

from tesseract-ocr-ios.

shexbeer avatar shexbeer commented on July 25, 2024

perfect works, it was my stupidness because i was aware of this mm file ... >.<

from tesseract-ocr-ios.

gali8 avatar gali8 commented on July 25, 2024

Done! Run pod install!
Enjoy!

from tesseract-ocr-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.