AppIcon overlay is not working in Xcode 9.2 - ios

Recently I was searching something great for my app, and I found that I can add an overlay to AppIcon for different Configuration of the project. But it is not working in Xcode 9.2 with iOS 11.2.2.
Here is what Tested.
Using Amaro I can get an overlay of version and build with the configuration in Xcode 8.3.2 with simulator iPhone 6s.
But not getting in my iPhone 6 (iOS 11.2.2 with Xcode 9.2)
I've also visited here and here but not getting anything which is compatible with Xcode 9.2
Please help me to find solutions for this issue.

Related

Xcode does not show the downloaded and installed iOS 12.4 simulator

I had a specific issue reported in iOS 12.4 in my project and so I wanted to install the iOS 12.4 simulator in Xcode (Xcode 11.5).
I went to the Preferences -> Components and installed iOS Simulator 12.4. It showed the installation successful and shows simulator with a blue checkbox as it is in.
I killed the Xcode and restarted. However, the Simulator is not showing up in the List of simulators for some reason.
Anybody have come across such an issue before?
Thank you in advance!

Issue with UIImage on older iOS versions [duplicate]

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 this ?
Since I made the update to Xcode 9 and compile my app, I get a bug with my images. All images in my app get distorted, only on iOS 8. I have to point out that when recompiling the exact same project with Xcode 8, every image shows well !
Here is my launch screen when my app is run on iOS 8, then on iOS 9 (or 10 or 11), both with Xcode 9.
I know that some people encounter this bug with Xcode 8 beta 6 (Xcode 8 simulator ios 8 image get distorted and Xcode 8 beta 6 - App image broken in iOS 8) but they say this was a Xcode bug that was resolved in Xcode 8 GM. I can't find anybody having this issue in Xcode 9.
Xcode 9 brings many changes to images assets, so I've tried to play with them (ticking "Preserve Vector Data", changing to "Individual scales" etc) but it didn't helped.
I'm using Xcode 9.2 (9C40b), which I think is the last Xcode version available.
Does anybody has a clue for this ?
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.
I found move the image from assets to bundle can fix this bug

My iOS application's picture is strange and broken? [duplicate]

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 this ?
Since I made the update to Xcode 9 and compile my app, I get a bug with my images. All images in my app get distorted, only on iOS 8. I have to point out that when recompiling the exact same project with Xcode 8, every image shows well !
Here is my launch screen when my app is run on iOS 8, then on iOS 9 (or 10 or 11), both with Xcode 9.
I know that some people encounter this bug with Xcode 8 beta 6 (Xcode 8 simulator ios 8 image get distorted and Xcode 8 beta 6 - App image broken in iOS 8) but they say this was a Xcode bug that was resolved in Xcode 8 GM. I can't find anybody having this issue in Xcode 9.
Xcode 9 brings many changes to images assets, so I've tried to play with them (ticking "Preserve Vector Data", changing to "Individual scales" etc) but it didn't helped.
I'm using Xcode 9.2 (9C40b), which I think is the last Xcode version available.
Does anybody has a clue for this ?
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.
I found move the image from assets to bundle can fix this bug

xcode 9.2 pdf vector image corrupt under iOS 8.2 and below

after I update the xcode from 9.1 to 9.2, it gets no problem on iOS 8.3 and it's image broken under iOS 8.2 and below
The images resources under custom bundle display ok, but in the assets display broken.
that is a bug by updating xcode from 9.1 to 9.2. It aspects the version under iOS 8.2 and below

Xcode: i am using xcode 7.0 and it shows iphone device shows "unavailable"?

I am using xcode 7.0, when i connect my iPhone device to xcode, it is showing that device is unavailable. My iPhone iOS version is 9.2.
You need to have an Xcode in version 7.2 or higher to run device with iOS 9.2.
You can find the answer in the below link.
Ineligible Devices section appeared in Xcode 6.x.x
As #Aleksandra you need to use xcode 7.2.

Resources