Time profiler doesn't show me functions

前端 未结 2 884
陌清茗
陌清茗 2020-12-20 05:57

In tutorial, when someone debug app they see something like this:

But when i start recording, by pressing red button:

I see this...

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 06:28

    I had 2 different versions of Xcode 9.4.1 and 10.1 both of them had command line tools which were in conflict(i suppose). To fix this issue I set right command line tools version there:

    "Xcode -> Preferences -> Locations tab -> Command line tools".

    Also check Build Settings and set "DWARF with dSYM File" to your target.

提交回复
热议问题