Using MAC Studio running Montery 12.3.1
XCode 13.3.1
Still having image issues with simulators that target iOS newer than 13.7.
Actual error displayed when image render is attempted:
[db] _LSSchemaConfigureForStore failed with error Error Domain=NSOSStatusErrorDomain Code=-10817 "(null)" UserInfo={_LSFunction=_LSSchemaConfigureForStore, ExpectedSimulatorHash={length = 32, bytes = 0x4014b70c 8322afc9 dfb06ed8 13148b48 ... b6adae0d b2637192 }, _LSLine=405, WrongSimulatorHash={length = 32, bytes = 0x073253e6 9a9b67cc 089d6640 ca4fdb3e ... 46b00d8b bca98999 }}
For me, image rendering error above occurs when rendering an image within a UITtextView following an HTML attributedString conversion.
Everything works fine when using simulator targeting iOS 13.7 or earlier OR an an actual hardware device.
Also - everything works fine on my NON M1 Macs.
For now I'm developing using simulator targeting iOS 13.7 - then testing pre-release on actual device running 14 and higher. Important to test pre-release on actual hardware anyway but it would certainly be nice if Apple could resolve this so I didn't have to fall back to the simulators targeting iOS 13.7.