When I run xcodebuild command on the macbookpro, I got these warning:
objc[49709]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x1f32cc188) and ?? (0x1164502b8). One of the two will be used. Which one is undefined.
objc[49709]: Class AMSupportURLSession is implemented in both ?? (0x1f32cc1d8) and ?? (0x116450308). One of the two will be used. Which one is undefined.
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
Can anyone tell me what's wrong and how to fix it?
2
0
1.3k