NSLog not printing to console

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

    I had the same issue. The trick is to search and remove the below mentioned line from the project.

      #define NSLog(...)
    

    Search the entire project and remove it.

提交回复
热议问题