我正在开发一个用于测试 KIF 框架和 Zapp 的示例项目。该项目(具有目录方案和集成测试方案)在 XCode 上构建良好并在模拟器上运行。
该项目的 GitHub 网址在这里:https ://github.com/dolphyfernandes/DirectoryApp
我正在尝试运行 Zapp 以进行持续集成 (CI)。通过 Zapp 和 Directory 方案运行的项目运行良好。但是当我将方案下拉菜单更新为集成测试时,构建失败。
以下是 Zapp 上的错误日志
ld: library not found for -lKIF
Command /Developer/Platforms/iPhoneSimulator.platoform/Developer/usr/bin/clang failed with exit code 1
** BUILD FAILED **
The following build commands failed:
LD "build/Applications/Directory (Integration Tests).app/Directory (Integration Tests)" normal i386
(1 failure)
谁能帮我解决这个问题?似乎一切都应该正常工作。
谢谢。