I upgraded to Xcode 13.3, Build version 13E113, in order to work around issues I found with Xcode 12. In both Xcode versions I get a number of warnings or errors on launching xcodebuild. I reinstalled the command line tools but the messages don't go away. Here is the print out, does anyone have the same issue?
xcodebuild -version
objc[12344]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x200b69eb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107cc04f8). One of the two will be used. Which one is undefined.
objc[12344]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x200b69f00) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107cc0548). One of the two will be used. Which one is undefined.
objc[12344]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x200b69f50) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107cc0598). One of the two will be used. Which one is undefined.
objc[12344]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x200b69fa0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107cc05e8). One of the two will be used. Which one is undefined.
objc[12344]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x200b69ff0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107cc0638). One of the two will be used. Which one is undefined.
objc[12344]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x200b6a040) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107cc0688). One of the two will be used. Which one is undefined.
Xcode 13.3
Build version 13E113