我正在尝试让 Jenkins 使用我的使用 Cocoapods 的 ios 项目。我收到一个错误
ld: library not found for -lPods-HockeySDK
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我不明白,因为如果我去我的工作区
/Users/matthewchung/.jenkins/jobs/myproject-ios/workspace
并打开工作区,我可以构建和编译没有任何错误。任何帮助表示赞赏。