How can I get the console logs from the iOS Simulator?

前端 未结 13 1529
感情败类
感情败类 2020-11-27 09:24

I want to see what happens in the iOS Simulator if I\'m not testing the app in Xcode.

For example, if I open a link in the Safari simulator, see what happens in the

13条回答
  •  -上瘾入骨i
    2020-11-27 09:47

    tailing /var/log/system.log didn't work for me. I found my logs by using Console.app. They were in

    ~/Library/Logs/iOS Simulator/{version}/system.log

提交回复
热议问题