In my previous post, in Server settings, Use Apple Configurator to install was not checked.
When it is checked, here's the error messages in the compile window:
Sending data to remote compiler. Error
Error: objc[3503]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x1f3823808) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103ae02c8). One of the two will be used. Which one is undefined.
objc[3503]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x1f3823858) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103ae0318). One of the two will be used. Which one is undefined.
objc[3503]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x1f3823620) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103ae0598). One of the two will be used. Which one is undefined.
objc[3503]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x1f3823670) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103ae05e8). One of the two will be used. Which one is undefined.
objc[3503]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x1f38236c0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103ae0638). One of the two will be used. Which one is undefined.
objc[3503]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x1f3823710) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103ae0688). One of the two will be used. Which one is undefined.
objc[3503]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x1f3823760) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103ae06d8). One of the two will be used. Which one is undefined.
objc[3503]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x1f38237b0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103ae0728). One of the two will be used. Which one is undefined.
cfgutil: error: Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={_kCFStreamErrorCodeKey=-9816, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <6EB1B7EB-9D25-40C7-82DC-E3A5269B1693>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataTask <6EB1B7EB-9D25-40C7-82DC-E3A5269B1693>.<1>"
), NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSErrorFailingURLStringKey=
https://s.mzstatic.com/version, _kCFStreamErrorDomainKey=3, NSErrorFailingURLKey=
https://s.mzstatic.com/version}
Looking at the B4iBuildServer console compilation is a success.
Any clue what is going on here and how to solve it?
Thanks