Skip to content
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

Pod 1.10 has no REMenuDelegate #101

Open
hugo53 opened this issue Jan 7, 2015 · 4 comments
Open

Pod 1.10 has no REMenuDelegate #101

hugo53 opened this issue Jan 7, 2015 · 4 comments

Comments

@hugo53
Copy link

hugo53 commented Jan 7, 2015

Hey guys,
Thank you for this great repo. It's really awesome. However, I tried with Pod, using version 1.10 but there is no REMenuDelegate in REMenu.h. Please check!
screen shot 2015-01-07 at 12 18 24 pm

Thank you in advance!

Regards,
Hoang Ng.

@brianhu
Copy link

brianhu commented Jan 13, 2015

I had the same issue.
I don't know what the cause is.
However, it seems that the CocoaPod spec doesn't download the latest version. I can get the latest version through:

pod 'REMenu', git: 'git@github.com:romaonthego/REMenu.git', commit: 'a92d973 1983960948032415af8de20e0ab479826'

@jlubeck
Copy link

jlubeck commented Aug 27, 2015

Same issue here. Thanks @brianhu

For some reason your syntax didn't work for me. I had to use this:

pod 'REMenu', :git => 'https://github.com/romaonthego/REMenu.git', :commit => 'a92d9731983960948032415af8de20e0ab479826'

and then it worked just fine

@brianhu
Copy link

brianhu commented Aug 28, 2015

@jlubeck , the syntax you were using is the ruby 1.x syntax, and the syntax I was using is ruby 2.x's.
Thanks for the update though, so we can help more people :)

@tdios
Copy link

tdios commented Oct 14, 2016

very helpful fix. thx @jlubeck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants