iOS Question Class AMSupportURLConnectionDelegate is implemented in both ..

tufanv

Expert
Licensed User
Longtime User
Hello,

I am sending releases to my phone with apple configurator and local mac builder. Today I am having a problem:

B4X:
Out:
Waiting for the device [1/4] 0%
Waiting for the device [1/4] 100%

"install-app" failed on Unknown device (ECID: 0x93D3A0E00001E).

--- Summary ---
Operation "install-app" failed on 1 devices.

Error: objc[1526]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x7ff951ab4280) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10e007d00). One of the two will be used. Which one is undefined.
objc[1526]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x7ff951ab42d0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10e007d50). One of the two will be used. Which one is undefined.
cfgutil: error: The device is not booted into the System.
(Domain: ConfigurationUtilityKit.error Code: 604)
 
Top