Building the begin project before adding code to it on an M1 MacBook fails with an error message from Xcode:
Error output from Xcode build:
↳
objc[5936]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x203319160) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1201fc2b8). One of the two will be used. Which one is undefined.
objc[5936]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x2033191b0) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1201fc308). One of the two will be used. Which one is undefined.
** BUILD FAILED **
Any ideas how to solve?