-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdq kills permissions (was issue #20) #34
Comments
I am running into the same issue. |
I am getting this issue as well. Any help would be greatly appreciated! |
@stephenlaughton @Tuman829 @jhwayne could you please give a code example and the output you got? |
Hey @fluffyjack , I was following http://stefan.haflidason.com/simpler-core-data-with-rubymotion-and-core-data-query-part-1/ pretty much exactly. |
Here is the output learn-cdq Tuman829$ 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)
|
Please see my comment on Issue #20. The tutorial specifies version 0.1.5 of CDQ but this appears to be incompatible with recent versions of RubyMotion. The issue does not occur with CDQ 0.1.10 so if you update your Gemfile the problem should go away. |
I am getting this same issue even when running cdq.setup in the delegate. I can run sudo rake but the REPL permissions are denied.
The text was updated successfully, but these errors were encountered: