Xcode image Quick Look is not working on M1 Mac

Viewed 316

Ever since switching to an M1 Mac for my development, Xcode no longer shows any image previews at break points.

Quick Look is not functioning with any images: CGImages, UIImages, CIImages, MTLTextures, etc.

I am running in debug mode. Anyone know what's up with this?

enter image description here

CGImage:

enter image description here

CIImage:

enter image description here

MTLTexture:

enter image description here

0 Answers
Related