NSLog not printing to console

后端 未结 7 878
渐次进展
渐次进展 2020-12-13 17:38

I have an Xcode project I\'ve been working on for months. I\'ve never had a problem with NSLog, but after upgrading to Xcode 4.2 nothing will log to the console. I even trie

7条回答
  •  粉色の甜心
    2020-12-13 17:53

    My issue is that I have Debugger Output selected. Once I changed it to either All output or target output NSLogs appear fine.

    In case this confuses you its on the left of the Debug area.

提交回复
热议问题