I'm trying to get Jenkins working with my ios project which uses Cocoapods. I'm getting an error
ld: library not found for -lPods-HockeySDK
clang: error: linker command failed with exit code 1 (use -v to see invocation)
which I don't understand since if I go to my workspace in
/Users/matthewchung/.jenkins/jobs/myproject-ios/workspace
and open the workspace, I can build and compile without any errors. Any help is appreciated.