0

I create an app with Xcode 9.2, when I run this in iOS 11 it is working fine. But when I run this in iOS 8 (I run in 5s and 6), the icons are not showing well. How to resolve this issue?. When I run in 6plus iOS 8.2 it works fine (except one icon).

5s iOS 8.2

enter image description here

5s iOS 11.2

enter image description here

6plus iOS 8.2

enter image description here

I added both 2x and 3x icons in Assets.

#Icons Used 2x Start 2x edit 2x 3x star 3x edit 3x

Alok Nair
  • 3,994
  • 3
  • 24
  • 30
Alwin
  • 1,476
  • 3
  • 19
  • 35

1 Answers1

0

Thats a bug from Xcode 9.2

Asset Catalog

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.

More Reference:

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

Community
  • 1
  • 1
Alwin
  • 1,476
  • 3
  • 19
  • 35