gpt4 book ai didi

ios - RubyMotion 中的 CDQ 权限错误

转载 作者:行者123 更新时间:2023-11-28 22:00:30 24 4
gpt4 key购买 nike

我一直在尝试关注这个 CDQ tutorial并在我尝试运行该应用程序时遇到权限错误

learn-cdq btuman$ rake
Build ./build/iPhoneSimulator-7.1-Development
Build /Library/Ruby/Gems/2.0.0/gems/motion-yaml-1.2.1/lib/YAMLKit
rake aborted!
Errno::EACCES: Permission denied - build-iPhoneSimulator
/Library/RubyMotion/lib/motion/project/vendor.rb:138:in `block in build_static'
/Library/RubyMotion/lib/motion/project/vendor.rb:67:in `chdir'
/Library/RubyMotion/lib/motion/project/vendor.rb:67:in `build_static'
/Library/RubyMotion/lib/motion/project/vendor.rb:44:in `build'
/Library/RubyMotion/lib/motion/project/builder.rb:67:in `block in build'
/Library/RubyMotion/lib/motion/project/builder.rb:66:in `each'
/Library/RubyMotion/lib/motion/project/builder.rb:66:in `build'
/Library/RubyMotion/lib/motion/project/app.rb:78:in `build'
/Library/RubyMotion/lib/motion/project/template/ios.rb:68:in `block (2 levels) in <top (required)>'
/Library/RubyMotion/lib/motion/project/template/ios.rb:122:in `block in <top (required)>'
Tasks: TOP => build:simulator
(See full trace by running task with --trace)

我已经添加到firstsecond关于 CDQ github page 上的此错误的问题,但目前还没有任何回应。

最佳答案

看起来这可能已在下一个(尚未发布的)RubyMotion 版本中修复:http://hipbyte.myjetbrains.com/youtrack/issue/RM-553 (据 Watson 报道)

这个问题似乎在 RM 2.26 之后的某个时候出现了(这是我在写那篇文章时遇到的问题)并且看起来是 RM 的更高版本与 CDQ 中指定的旧版本之间的不兼容教程 (0.1.5)。

更新到最新版本的 CDQ(撰写本文时为 0.1.10)修复了该问题;不过,我不确定现在和那时发生了什么变化。

所以在你的 Gemfile 中:

gem 'cdq'
# Or specify the latest version at time of writing
# gem 'cdq', '0.1.10'

然后运行 ​​bundle update cdq,如果这是您要设置的新应用,则运行 bundle install

关于ios - RubyMotion 中的 CDQ 权限错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25247939/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com