Hi,
I am working on a sample project. The project (with Directory scheme
and Integration Tests scheme) builds fine on XCode and runs testcases
on Simulator fine.
The GitHub url for the project is here:
https://github.com/dolphyfernandes/DirectoryApp
I am trying to run Zapp for continuous Integration (CI). The project
when run via Zapp with Directory scheme runs fine.
But when I update the scheme drop-down to Integration Tests, the build
fails.
Below is the error log on the 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)
Could anyone help me out with this issue? It seems like everything
should work fine.
Thanks.