After upgrade to Xcode 13
Sending data to remote compiler. Error
Error: objc[3211]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x7fff82ff5800) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1046dac38). One of the two will be used. Which one is undefined.
objc[3211]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x7fff82ff5850) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1046dac88). One of the two will be used. Which one is undefined.
How to solve this?
Sending data to remote compiler. Error
Error: objc[3211]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x7fff82ff5800) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1046dac38). One of the two will be used. Which one is undefined.
objc[3211]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x7fff82ff5850) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1046dac88). One of the two will be used. Which one is undefined.
How to solve this?