Integrating library using cocoapods with workspace

100 Views Asked by At

I am using MMDrawerController library using cocoapods. I get following exception, can someone please help me to resolve it?

-[MenuViewController mm_visibleDrawerFrame]: unrecognized selector sent to instance 0xb01f150

I have uploaded sample project to show the way I am using this pod - https://dl.dropboxusercontent.com/u/72253873/PodTest.zip. Open PodTest workspace and If you run PodExampleProject you will get above exception.

1

There are 1 best solutions below

0
On BEST ANSWER

I have resolved this issue. I needed to add -all_load in my project.