infinitered / ProMotion-menu

RubyMotion gem allowing you to easily setup a facebook or Path style hidden slide menu easily with the ProMotion gem.
74 stars 29 forks source link

Error when adding gem "pro_motion_slide_menu" #9

Closed gaurav6192 closed 10 years ago

gaurav6192 commented 10 years ago

App is running fine but it is giving this error when i'm adding this gem:

No such file or directory - vendor/Pods/Pods-resources.sh /Library/RubyMotion/lib/motion/project/template/ios.rb:42:in block (2 levels) in <top (required)>' /Library/RubyMotion/lib/motion/project/template/ios.rb:55:inblock in <top (required)>'

and when i add

app.pods do pod 'PKRevealController' end

to rakefile, it gives this error:

[!] Unable to find a specification for PKRevealController. /Library/RubyMotion/lib/motion/project/template/ios.rb:42:in block (2 levels) in <top (required)>' /Library/RubyMotion/lib/motion/project/template/ios.rb:55:inblock in <top (required)>'

macfanatic commented 10 years ago

@gaurav6192 Have you setup cocoapods previously on your system with the pod setup command I believe?

I also wonder if the cocoapods.org site being down has anything to do with it.

jamonholmgren commented 10 years ago

Yeah, pod setup usually does it for me.

gaurav6192 commented 10 years ago

not able to setup cocoapods. when i run pod setup itgives this error:

[!] Pod::Executable pull

error: cannot open .git/FETCH_HEAD: Permission denied

I guess as @macfanatic said it might be due to cocoapods.org being down?

gaurav6192 commented 10 years ago

It worked guys. Was getting this error due to some incorrect paths. Thanks a lot.

macfanatic commented 10 years ago

Glad to hear you got it setup @gaurav6192!

adelevie commented 10 years ago

:+1: