I am new to IOS development. I am trying run ECSlidingViewController (2.0.3) Basic Menu Example. However, the build fails and I get the following error:
ld: library not found for -lECSlidingViewController
linker command failed with exit code 1 (use -v to see invocation)
I have tried pod install
and it installed some dependencies, including ECSlidingViewController, but it still returns the error above.