twelve17 / openalpr-ios

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

Can't install openalpr-ios #40

Open Max87ZA opened 6 years ago

Max87ZA commented 6 years ago

Hi guys, I followed instructions and I'm stuck on this: Run bundle exec ./bin/build_frameworks.rb. By default, it will put all the frameworks under a subdirectory called output. When I run ./bin/build_frameworks.rb it throws errors: `options: {} opencv2 archive path: /alpr/openalpr-ios/work/opencv2.framework.zip Package opencv2 already downloaded bundler: failed to load command: ./bin/build_frameworks.rb (./bin/build_frameworks.rb) RuntimeError: Missing opencv2 framework bundle: /alpr/openalpr-ios/output/opencv2.framework

/alpr/openalpr-ios/lib/alpr/package/opencv.rb:98:in `download' /alpr/openalpr-ios/lib/alpr/package/opencv.rb:46:in `install' /alpr/openalpr-ios/bin/build_frameworks.rb:67:in `'` Can you please help me with this? Thanks.