Xcode 4 unit testing linker error

后端 未结 9 1009
小鲜肉
小鲜肉 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 09:50

    I did the following:
    http://twobitlabs.com/2011/06/adding-ocunit-to-an-existing-ios-project-with-xcode-4/

    Take a deeper look at Test_Hosts = $(BUNDLE_LOADER)

    Setting the Test_Hosts fixed exactly the same issue!

提交回复
热议问题