twelve17 / openalpr-ios

Xcode Framework for the openalpr library
GNU General Public License v3.0
116 stars 35 forks source link

Open ALPR Build Error #8

Closed sohanseervi closed 8 years ago

sohanseervi commented 9 years ago

Hi, I goes through all steps mentioned in read me file. I am getting one error when building the xcode project: clang: error: no such file or directory: '../openalpr-ios/openalpr-xcode/openalpr/openalpr/segmentation/segment.cpp' clang: error: no input files Command /Applications/Xcode_6_2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

Can you let me know how to resolve this error?

twelve17 commented 8 years ago

For v2 of this project, I have replaced the old instructions and bash scripts with a Ruby script to build the OpenALPR and dependency Frameworks, as well as the OpenALPR Xcode project. A sample app is included. These changes have been pushed to the master branch, and the old version has been moved to branch 1_0. Feel free to check out this new script and see if it works for you. I will no longer be working on or supporting the 1_0 codebase.

sohanseervi commented 8 years ago

Hi Alex, Thanks for the reply. I will check version 2 and let you know.