Xcode 8 beta 6 - App image broken in iOS 8
Asked Answered
R

3

3

I have Installed Xcode 8 beta 6 and deployed the app into iOS 8 - 10 device to test.

I found some app images are broken in iOS 8 device (Please refer to the image shown below)

enter image description here

It works perfectly fine in iOS 9 and iOS 10

enter image description here

Is it a bug from Apple? Anyone having the same problem? Many thanks.

Possible duplicate to : Xcode 8 simulator ios 8 image get distorted

Update: Xcode 8 GM build fixed this problem

Rivy answered 23/8, 2016 at 7:13 Comment(0)
T
1

I'm having the same issues too. I found that the same image on iPhone 4s was distorted but not on iPhone 6s. So I then tested it by disabling the 1x and 2x asset for the same image. It then started working on iPhone 4s. I hope Apple fixes this issue in the gold master.

Tollman answered 4/9, 2016 at 3:12 Comment(0)
H
0

Same here! There is a pending bug report in the other ticket, hopefully Apple will react and fix this in the next Beta iteration.

Haircloth answered 4/9, 2016 at 13:20 Comment(0)
P
0

This issue is back in Xcode 9.2

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

"Workaround: Build the app using Xcode 9.1, or use Xcode 9.2 and set the deployment target to iOS 8.4 or later."

Another more involved workaround is to delete the image from Images.xcassets and add the image(s) back in directly to the bundle.

Pestalozzi answered 9/2, 2018 at 21:1 Comment(1)
Thanks for reporting this :).Rivy

© 2022 - 2024 — McMap. All rights reserved.