CUICatalog: Invalid Request: requesting subtype without specifying idiom (Where is it coming from and how to fix it?)
When I run my SpriteKit game, I receive this error multiple times in the console. As far as I can tell (though I'm not completely sure), the game itself is unaffected, but the error might have some other implications, along with crowding the debug console. I did some research into the error, and found a few possible solutions, none of which seem to have completely worked. These solutions include turning ignoresSiblingOrder to false , and specifying textures as SKTextureAtlas(named: "atlasName").textureNamed("textureName") , but these did not work. I think the error is coming somewhere from the