ios - 无法使用 OpenALPR 库在 mac 中生成 openaplr.framework
<p><p>我正在使用 <strong> <a href="https://github.com/twelve17/openalpr-ios" rel="noreferrer noopener nofollow">https://github.com/twelve17/openalpr-ios</a> </strong> 这个库用于分析车牌图像并从中获取车牌号。</p>
<p>当我尝试在 mac 中运行 ruby 脚本来生成 <strong>openaplr.framework</strong> 它给了我错误。</p>
<p>这是我遇到的错误。</p>
<blockquote>
<p>"/Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/utils.rb:44:in
execute': Child returned: pid 587 exit 1 (RuntimeError) from
/Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/utils.rb:74:inlog_execute'
from
/Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/automake.rb:141:in
do_autoconf_build' from
/Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/automake.rb:58:inbuild_arch'
from
/Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:53:in
block in install' from
/Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:52:ineach'
from
/Volumes/DATA/Project_Stuff/openalpr-ios/lib/alpr/package/base.rb:52:in
install' from ./bin/build_frameworks.rb:53:in</p>
</blockquote>
<p>谢谢。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我遇到了同样的问题并通过注释行修复了它:</p>
<pre><code>#opts[:exit_on_error] = true if !opts.has_key?(:exit_on_error)
</code></pre>
<p>在文件 utils.rb 第 24 行。</p>
<p>系统 Mac OSX10.10、xCode7.2.1</p></p>
<p style="font-size: 20px;">关于ios - 无法使用 OpenALPR 库在 mac 中生成 openaplr.framework,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/34353681/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/34353681/
</a>
</p>
页:
[1]