I always get the following debug messages when I debug a simple test app:
This began a few versions ago of macOS updates/upgrades. Is there any way to get rid of these messages? They are really interfering my focus on coding and debugging.
Code Block 2021-02-03 06:27:08.068287+0800 objcapp[4385:33065] Metal API Validation Enabled 2021-02-03 06:27:09.530861+0800 objcapp[4385:33767] Errors found! Invalidating cache... 2021-02-03 06:27:09.970280+0800 objcapp[4385:33767] Errors found! Invalidating cache... 2021-02-03 06:27:10.899920+0800 objcapp[4385:33065] VPA info: plugin is INTEL, AVD_id = 1080004, AVD_api.Create:0x112d415d7 2021-02-03 06:27:10.971477+0800 objcapp[4385:33065] VPA info: plugin is INTEL, AVD_id = 1080004, AVD_api.Create:0x112d415d7 2021-02-03 06:27:10.991057+0800 objcapp[4385:33065] VPA info: plugin is INTEL, AVD_id = 1080004, AVD_api.Create:0x112d415d7
This began a few versions ago of macOS updates/upgrades. Is there any way to get rid of these messages? They are really interfering my focus on coding and debugging.