App built using iOS 12 SDK doesn't show image on specific device.

Hi.


My app built using iOS 12 SDK doesn't show some image on specific device.

The device is iPhone7 using iOS 12.


At the case, xcode leaves following error logs on console.


2018-09-21 15:42:43.325549+0900 ThomasMessenger[1005:127385] [framework] CoreUI: Encoded Deepmap blob version 1128416075 does not match with current version 4

2018-09-21 15:42:43.326141+0900 ThomasMessenger[1005:127385] [framework] CoreUI: Unable to decompress stream for CSI image block data. 'deepmap-lzfse'


And I also leaved logs below of cgImage of the image having trouble.


<CGImage 0x280ea1340> (IP)

<<CGColorSpace 0x2813a82a0> (kCGColorSpaceICCBased; kCGColorSpaceModelMonochrome; Generic Gray Gamma 2.2 Profile)>

width = 90, height = 66, bpc = 8, bpp = 16, row bytes = 180

kCGImageAlphaPremultipliedLast | 0 (default byte order) | kCGImagePixelFormatPacked

is mask? No, has masking color? No, has soft mask? No, has matte? No, should interpolate? Yes


On most other devices and simulators, there is no problem.


Please check this issue.

Bye.

Accepted Reply

I solved this issue by installing iOS 12.1 beta 1.

Replies

I solved this issue by installing iOS 12.1 beta 1.