Xcode 4 unit testing linker error

后端 未结 9 852
小鲜肉
小鲜肉 2021-02-05 09:19

NOTE: \"Use GHUnit\" is not an acceptable answer to this question. I know most think GHUnit is better than the Xcode4 OCUnit, but that\'s not what I\'m asking about. I\'ll evalu

9条回答
  •  别跟我提以往
    2021-02-05 10:00

    I had to set the "Test Host" property on the unit test target to $(BUNDLE_LOADER). That solved my problem!

提交回复
热议问题