0

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.

Paresh Masani
  • 7,474
  • 12
  • 73
  • 139

1 Answers1

0

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

Paresh Masani
  • 7,474
  • 12
  • 73
  • 139