Quick Tip: Open Device Log in Xcode 6
Sometimes there are bug which only occur on release builds. Or you experiencing an app from the App Store which crashes and you want to see if there is something in the device log. Here is how you get the there:
I Xcode 6 it's quite hidden. Connect you device to you Mac and open Xcode. Go to Window/Devices. In the left menu select you device and click the rectangle with the up error at the bottom of the window:
It opens the log window which looks in my case like this:

Can you figure out what I did during the log was taken? :)