Hacker News new | ask | show | jobs
by nsxwolf 4041 days ago
No binary? I couldn't build this on my Yosemite box. ld: library not found for -lPods-Screentendo-GPUImage
1 comments

You'll need to install cocoapods (the dependency manager) using:

  sudo gem install cocoapods
then in the project root, run the following to install the dependencies:

  pod install
I'll update the GitHub repo with instructions :)
There's something very strange about using a third-party package manager to install another third-party package manager.
So I have done that, and I am still not able to build. It cant find libpods-Screentendo.a. I am assuming that this should be built along with the project. Or prebuilt? I have not had to do much troubleshooting in the XCode build process, so any pointers would be much appreciated.
also run the Screentendo.xcworkspace file. Still buggy on MBP Retina, as everything looks zoomed in.
Thanks!!