You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
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.Does anybody have an idea what is wrong here. Can someone guide me to the right direction please.
Thanks
Abdul
The text was updated successfully, but these errors were encountered: