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.
You need to do this: Click on your project (targets) Click on Build Settings Under Library Search Paths, delete the paths. Remove framework from your project and serach path. And after that add it again
May be this will help you