Code coverage not showing results using Xcode + gcov

前端 未结 4 1411
一生所求
一生所求 2020-12-03 01:52

I have been trying to get the Code coverage working for iPhone simulator and always get a 0% coverage. Below are the configuration details and the steps that I have tried.

4条回答
  •  失恋的感觉
    2020-12-03 02:32

    I just figured out after hours of frustration that enabling distributed builds in Xcode 3.2.6 will work around the need to disable your prefix header.

提交回复
热议问题