xcodebuild[10224:87099] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)

3 min read

This message indicates that the Xcode build process has disabled the use of certain devices. The reason for this is that a user default called "DVTEnableCoreDevice" has been set to "disabled". This means that certain hardware devices will not be used during the build process. This could be due to a number of reasons, such as compatibility issues or resource constraints. If you want to enable the use of these devices, you can change the value of the "DVTEnableCoreDevice" user default to "enabled".