New errors/warnings in console

Hi,

since installing Xcode 12 i get these messages in Xcode log console when running my macOS app.

the first message is the reguler Metal app validation but the other two are new.

what should i do?
do i just ignore them ?


2021-04-29 18:34:36.979153+0300 myMoney[1174:48679] Metal API Validation Enabled

2021-04-29 18:34:37.011809+0300 myMoney[1174:48679] MTLIOAccelDevice bad MetalPluginClassName property (null)

2021-04-29 18:34:37.012653+0300 myMoney[1174:48679] +[MTLIOAccelDevice registerDevices]: Zero Metal services found


thanks for your time,
  • Have the same annoying message, have you found the solution?

Add a Comment

Replies

I started getting similar errors, but I have Metal API Validation disabled.
Therefore, only two messages appear as above.
Doesn't affect performance, but annoying.