bundle exec ./bin/build_frameworks.rb not creating output directory
syedabdulsamad opened this issue · 2 comments
syedabdulsamad commented
Hi,
I want to use ALPR for my iOS app. I am trying to follow the instruction in github page. When i run bundle exec ./bin/build_frameworks.rb
the command fails with the following errors.
bundler: failed to load command: ./bin/build_frameworks.rb (./bin/build_frameworks.rb)
RuntimeError: Child returned: pid 25248 exit 1
/Users/abdulsamad/Documents/ALPR/lib/alpr/utils.rb:44:in `execute'
/Users/abdulsamad/Documents/ALPR/lib/alpr/utils.rb:50:in `qexec'
/Users/abdulsamad/Documents/ALPR/lib/alpr/package/automake.rb:37:in `<class:Automake>'
/Users/abdulsamad/Documents/ALPR/lib/alpr/package/automake.rb:27:in `<module:Package>'
/Users/abdulsamad/Documents/ALPR/lib/alpr/package/automake.rb:26:in `<top (required)>'
/Users/abdulsamad/Documents/ALPR/lib/alpr/package.rb:2:in `require_relative'
/Users/abdulsamad/Documents/ALPR/lib/alpr/package.rb:2:in `<top (required)>'
/Users/abdulsamad/Documents/ALPR/bin/build_frameworks.rb:30:in `require_relative'
/Users/abdulsamad/Documents/ALPR/bin/build_frameworks.rb:30:in `<top (required)>'
Does anybody have an idea what is wrong here. Can someone guide me to the right direction please.
Thanks
Abdul
Ross-Gibson commented
@syedabdulsamad take a look here: #30 (comment)
yurinativo commented
I got this error too.
Tracing the log, the problem occurred on automaker.rb:37 when it tries to execute the line below:
xcrun --sdk iphoneos --show-sdk-path
.
Running this line on terminal, I got an error:
SDK “iphoneos” cannot be located
This is because the command line tools was not set correctly.
To solve this:
- Open the Xcode
- Open the Preferences
- Go to the Locations tab
- Select the Xcode Version on Command Line Tools field. (Mine was blank)