Naren
Naren

Reputation: 125

Status bar rendering warning in Xcode 9.3

I updated Xcode to 9.3 and now, I see this warning always popping up in debug area for every minute.

Status bar could not find cached time string image. Rendering in-process.

Does anyone know how I can get rid of this warning?

Upvotes: 3

Views: 4419

Answers (3)

Abhishek
Abhishek

Reputation: 3604

This bug is present in XCode 9.3, also it is resolved in 9.4 beta.

Update: Bug not fixed in Xcode 10.0

So the choice is your. Either you can wait for 9.4 official release or can use beta for now if you really need to get rid of this warning. ..

Upvotes: 12

RudyG
RudyG

Reputation: 11

I got the same warning, I fixed by going in to the info.plist and set status bar style to Transparent black style (alpha of 0.5) due to that my back ground is dark. So far the warning disappear, hope this helps.

Upvotes: 1

Mohamad Bachir Sidani
Mohamad Bachir Sidani

Reputation: 2099

This is an acknowledged bug in 9.3, discard it for now as a fix for it should be in the next update.

Hope this helps!

Upvotes: 0

Related Questions