Too much information being presented in Debug Area - Xcode 8

后端 未结 1 661
滥情空心
滥情空心 2020-12-11 02:14

I just upgraded to Xcode 8 and upon building and running my project an enormous amount of information is being printed to the Debug Area.

Here is a sample:

0

相关标签:
1条回答
  • 2020-12-11 02:41

    Open:

    • => Product
    • => Scheme
    • => Edit Scheme
    • => Select "Run"
    • => Second Tab "Argument"
    • => Inside Environment Variables press + button
    • => add Name = OS_ACTIVITY_MODE & set the Value to disable
    • Press Close button

    And you are done.

    0 讨论(0)
提交回复
热议问题