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?