iOS 10 doesn't print NSLogs

后端 未结 9 1481
情书的邮戳
情书的邮戳 2020-12-04 09:43

Nothing prints from NSLog on Xcode 8.0 beta (8S128d). printf is unchanged

Here\'s my code:

NSLog(@\"hello from NSLog\");
pr         


        
9条回答
  •  情深已故
    2020-12-04 10:05

    I'm using Xcode 8,so I also encountered the same problem . And I solved this problem by adding value = disable on the simulator, but on a real machine I don't add value.

提交回复
热议问题