When building my app with Xcode 11 (11A419c), I'm seeing a new warning in my build output:
warning: linking module flags 'SDK Version': IDs have conflicting values
The warning is output during the "Linking Metal AIR" step of the build (i.e. MetalLink). I haven't been able to find any information about what it means or how to fix it. Any ideas?