Opening BasicMenu.xcodeproj fails on the new ECSlidingViewController 2

291 views Asked by At

Is it possible to open the BasicMenu.xcodeproj on xcode on the new version of ECSlidingViewController without having to do it via Examples.xcworkspace? I am trying to just work through the BasicMenu example specifically and when I do I get this error:
ld: library not found for -lPods clang: error: linker command failed with exit code 1 (use -v to see invocation)

1

There are 1 answers

2
Michael Enriquez On BEST ANSWER

No, the dependencies to ECSlingViewController won't be available.

You should be able to work with the BasicMenu project inside the workspace. CocoaPods is not required, the repo includes the installed dependencies.