How do I install Frank when my project is using Cocoapods?
I have a sample, new project that and I used Cocoapods to install TestFlight and RestKit . Now I am trying to add Frank but "frank build" does not work. I've tried following steps listed here ; I've tried to modify the franked ../Frank/frankify.xcconfig and I've modified the .xcconfig for the default target. When I run "frank build", the build fails and leaves me a message, "ld: library not found for -lPods" . Any ideas on how to get this to work? from the article you link to, after modifying your frankify.xcconfig file, you still have to call frank with the --workspace and --scheme flags.