iOS Question compiler to library error

Filippo

Expert
Licensed User
Longtime User
Hi,

the library is compiled correctly, i.e. the files *.a , *.h and *.xml are created, but this error message appears:
B4i Version: 8.00
Parsing code. (0.06s)
Building folders structure. (0.02s)
Compiling code. (0.23s)
Building XML file. (0.00s)
Building Xcode project. (0.14s)
Preparing project for builder. (0.04s)
Project size: 0.08 MB
Sending data to remote compiler. Error
Error: objc[5526]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x7ff9614cb390) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10ff40f28). One of the two will be used. Which one is undefined.
objc[5526]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x7ff9614cb3e0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10ff40f78). One of the two will be used. Which one is undefined.
objc[5526]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x7ff9614c57d0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10ff411f8). One of the two will be used. Which one is undefined.
objc[5526]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x7ff9614c5820) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10ff41248). One of the two will be used. Which one is undefined.
objc[5526]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x7ff9614c5870) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10ff41298). One of the two will be used. Which one is undefined.
objc[5526]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x7ff9614c58c0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10ff412e8). One of the two will be used. Which one is undefined.
objc[5526]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x7ff9614c5910) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10ff41338). One of the two will be used. Which one is undefined.
objc[5526]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x7ff9614c5960) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10ff41388). One of the two will be used. Which one is undefined.
cfgutil: error: Die Datei „iPreferenceMenu.app“ konnte nicht geöffnet werden, da sie nicht existiert.
(Domain: NSCocoaErrorDomain Code: 260)
What can be the problem?
 
Top