I get the following error in xcode:
Initializing Metal device caps: Apple A10 GPU
Initialize engine version: 2019.2.12f1 (b1a7e1fb4fa5)
WARNING: Shader Unsupported: 'Hidden/Internal-GUITexture' - Pass '' has no vertex shader
2019-11-12 09:01:08.142736+0200 [570:194239] Compiler failed to build request
Metal: Error creating pipeline state (Hidden/Internal-GUITexture): Fragment input(s) `user(COLOR0)` mismatching vertex shader output type(s) or not written by vertex shader
(null)2019-11-12 09:01:08.151081+0200 [570:194239] Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
2019-11-12 09:01:08.161275+0200 [570:194239] Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
2019-11-12 09:01:08.171085+0200 [570:194239] Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
2019-11-12 09:01:08.171179+0200 [570:194239] MTLCompiler: Compilation failed with XPC_ERROR_CONNECTION_INTERRUPTED on 3 try
Metal: Error creating pipeline state (Sprites/Default): Compiler encountered an internal error
(null)2019-11-12 09:01:08.183254+0200 [570:193974] Unbalanced calls to begin/end appearance transitions for <SplashScreenController: 0x108c79930>.
UnloadTime: 2.451417 ms
WARNING: Shader Unsupported: 'Hidden/BlitCopy' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/BlitCopy' - Setting to default shader.
2019-11-12 09:01:18.362765+0200 [570:194239] Compiler failed to build request
Metal: Error creating pipeline state (UI/Default): output of type half4 is not compatible with a MTLPixelFormatInvalid color attachement.
(null)2019-11-12 09:01:18.365718+0200 [570:194239] Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
WARNING: Shader Unsupported: 'Hidden/Internal-MotionVectors' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/Internal-MotionVectors' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/Internal-MotionVectors' - Setting to default shader.
2019-11-12 09:01:28.416324+0200 [570:194239] Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
2019-11-12 09:01:38.463313+0200 [570:194239] Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
2019-11-12 09:01:38.463794+0200 [570:194239] MTLCompiler: Compilation failed with XPC_ERROR_CONNECTION_INTERRUPTED on 3 try
Metal: Error creating pipeline state (TextMeshPro/Mobile/Distance Field): Compiler encountered an internal error
(null)
I have the latest Unity version 2019.2.12f1
I tried redownloading TMP package, no help.
How do I fix this?