Xcode 9 - iOS 8 images get weirdly distorted

后端 未结 2 1314
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-06 10:56

EDIT : note that this issue is now resolved in Xcode 9.3, hourrah !

OK, it\'s a Xcode bug, but does anyone has a workaround for

相关标签:
2条回答
  • 2020-12-06 11:20

    I found move the image from assets to bundle can fix this bug

    0 讨论(0)
  • 2020-12-06 11:25

    Can refer on Xcode 9 Release Notes https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-SW936

    Two workarounds :

    • Build the app using Xcode 9.1 (official download link)

    • OR use Xcode 9.2 and set the deployment target to iOS 8.4 or later.

    It works for me. The first one is recommended as the second will only allow iOS 8.4 support.

    0 讨论(0)
提交回复
热议问题