Xcode 12.3 iOS 14.3 simulators Yellow Dock / yellow translucent issues Xcode 12.3 iOS 14.3 simulators Yellow Dock / yellow translucent issues xcode xcode

Xcode 12.3 iOS 14.3 simulators Yellow Dock / yellow translucent issues


Xcode 12.4 RC has announced fix.

iOS simulated devices no longer display an incorrect yellow tint in translucent UI elements. Certain GPUs may continue to display the tint with some tvOS simulators. (71203015)


I think it is a bug related to the discrete GPU.

In addition, this bug causes the background of the on-screen keyboard to be almost RGB(0,0,0). Experienced on MBP 2017 with Catalina.

Workaround I - Using integrated GPU

  1. In the simulator, set menu FileGPU SelectionPrefer Integrated GPU to work around this bug.

  2. Restart the simulator.

This was tested on a MacBook Pro with Catalina and Big Sur. As comments suggest that it won't work on iMac.

Workaround II - Reduce transparency

In the simulated device (e.g. iPhone), SettingsAccessibilityDisplay & Text Size → turn on Reduce Transparency.

Notice that it can only reduce the previous 'solid' yellow to 'fairly light'.

I find this workaround, as the discrete GPU can be used, is more suitable for testing the UI logic than the previous solution.

This was tested on a MacBook Pro with Catalina. Might work on iMac.


Are you using a MacBook Pro? I had the same bug.

I solved in the following ways.

  • Step 1: Unplug all cables, including the charging cable
  • Step 2: Restart the iOS simulator


Best way around it (what I've done), is to download the 14.2 Simulator pack from within Xcode.

  1. Open Xcode->Preferences
  2. Tap Components
  3. Tap the 14.2 Simulator pack and Xcode is going to start installing it.

xcode componentsIt's a workaround till they fix that miserable error.