xcode 9.2 pdf vector image corrupt under iOS 8.2 and below

Hi all,


I'm using pdf vector image with Single Scales in image sets. They are working fine before xcode 9.1.


I've update to xcode 9.2 (9C40b) and all the images are corrupt on iOS 8.2 and 8.1.3 devices


Do anyone have solution for this? Thanks.

Replies

I have the same problem! I think its a bug on Xcode 9.2. It happends on iOS 8.1 and 8.2

same problem! hope apple fix it soon

Same problem. I just redownloaded xcode 9.1 and issue gone. Did you report a bug?

Same problem. Seems that if the orignal png.width % 8 == 0, than it rendered fine on screen.

Same Problem. iOS 8.1 and iOS 8.2 has this problem

Issue is included in release notes for Xcode 9.2, hopeffully will be fixed soon https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-SW936


Known Issues

When using Xcode 9.2 to create apps that deploy to iOS 8 and later, images in the asset catalog may be corrupted when viewed on devices running iOS 8.3 and earlier. (35379713)Workaround: Build the app using Xcode 9.1, or use Xcode 9.2 and set the deployment target to iOS 8.4 or later.

This problem seems to be solved in Xcode 9.3. Anyone can confirm about this?