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
Under iOS 8 and iOS 9 this location is now:
~/Library/Logs/CoreSimulator/
So, the following will work:
tail -f ~/Library/Logs/CoreSimulator//system.log
The DEVICE_CODE value can be found via the following console command:
DEVICE_CODE
instruments -s devices