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

[RootViewController re_displayController:frame:]: unrecognized selector #64

Closed
mladjan opened this issue Nov 10, 2013 · 10 comments
Closed

Comments

@mladjan
Copy link

mladjan commented Nov 10, 2013

I tried to implement storyboard version, but I'm getting exception:
[RootViewController re_displayController:frame:]: unrecognized selector sent to instance 0x9880e10

in RESideMenu.m, line 116.
My RootViewController is subclass of RESideMenu, and I don't see any difference between my and demo project :(
Do you have idea what can be wrong?

P.S. Installed via cocoapods

@mladjan
Copy link
Author

mladjan commented Nov 11, 2013

Cocoapods repo is outdated, with source works fine.

@romaonthego
Copy link
Owner

It's not outdated. Probably the problem is in your code.

@mladjan
Copy link
Author

mladjan commented Nov 11, 2013

Done everything like in your example + cocoapods. Doesn't work. Removed cocoapods repo, and drag&drop-ed source files from demo project (http://d.pr/i/lHc6), build and run - Works.

@romaonthego
Copy link
Owner

I just grabbed source code from my sample projects and added a pod file, then executed pod install. Both Storyboards and Simple projects work fine.

@romaonthego
Copy link
Owner

Could you please do the same thing and attach a link to the project? I'd want to see why exactly it crashes in your case.

@james075
Copy link

I had the same issue:

[RootViewController re_displayController:frame:]: unrecognized selector sent to instance xx

fixed by remove pod repo

@gnatok
Copy link

gnatok commented Jan 11, 2014

The same issue here

@anjerodesu
Copy link

Same issue here..

after adding -ObjC to Other Linker Flags it worked again.

@romaonthego
Copy link
Owner

I believe this was fixed.

@mnhsoftskills
Copy link

after adding -ObjC to Other Linker Flags it worked again.

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

6 participants