Recently I can't quick-look objects in debug window.
Instead of view like this:
I see this:
I think it changed recently as I switched to Xcode 6.3 and Swift 1.2. Do you know any solutions or is it update fault?
Seems like it's bug in Xcode and quick look is not working for optionals. If you try to force unwrap image you get quick look working.
In the example above quick look is not working for image
but it working for unwrapped
image.