build済みのGHUnitは実機上でテストできないので、自分でbuildしてください!!

GithubのDownloads · gabriel/gh-unit · GitHubにあるGHUnitIOS-0.4.33.zipを使って、実機上でテストを動かそうとしても下記のようにエラーになるので、

iOS: Linker could not find GHImageDiffView and YKUIImageViewControl -
GHUnit |
Google Groups


ここに書いてある通り、自分でbuildしてプロジェクトに放り込む
Issue #69: Framework missing symbols for ARMV7 · gabriel/gh-unit · GitHub

  1. git clone https://github.com/gabriel/gh-unit.git
  2. cd Project-iOS
  3. make
  4. Use the GHUnitIOS.framework under the build/Framework folder