IOS Simulator: Simulator user has requested new graphics quality: 100
Asked Answered
P

2

10

When I run an iOS application in the iOS 9.0 simulator I am getting the following warning message.

Warning message : "Simulator user has requested new graphics quality: 100"

Has anyone seen this error before? Have you been able to solve it? What did you do to fix it?

Petie answered 14/12, 2015 at 9:36 Comment(1)
and the question is how to fix the warning?Perishable
R
23

You can ignore this error if you want to; it's nothing to do with your code, it's just Apple's logging code pointing out that you have enabled a particular setting.

If you desperately want it gone, open the Simulator on your Mac, go to the Debug menu, then choose Graphics Quality Override > Device Default. You probably have it set to High Quality right now, which is what the warning message is telling you about.

Robet answered 14/12, 2015 at 11:32 Comment(2)
you can also reset all content and settings of the simulator (menu option: "Simulator" -> "Reset Content and Settings..." -> "Reset"), note: this will delete all the installed apps and any settings you set to your simulators (iPhone, iPad, apple tv....)Proclus
@Robet answer does fix the error message, but now I am curious how to get the High Quality image in there in the first place. Do I need to put a "universal" size PDF in there or do all 1, 2 and 3x, or either?Klusek
C
4

above answer is good. but if you need a graphic answer, please see below picture

enter image description here

Chemar answered 13/2, 2018 at 23:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.