NSLog not printing to console

后端 未结 7 885
渐次进展
渐次进展 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:45

    Well, this is embarrassing. The console got deactivated somehow and I was actually watching the variables window. Pressing Shift + + C did the trick.

    Many thanks to Robert King on this thread:

    https://devforums.apple.com/message/565880#565880

提交回复
热议问题