Anyone successful in debugging unit tests for iPhone?

后端 未结 5 1904
Happy的楠姐
Happy的楠姐 2020-12-25 09:09

I found examples on how to debug your unit test in Cocoa or the ADC page here. But I can\'t get the debugging to work for an iPhone app target. I can get the tests up and ru

5条回答
  •  一整个雨季
    2020-12-25 09:35

    You might consider moving your tests to GHUnit, where they run in a normal application target, so debugging is straightforward.

提交回复
热议问题