Flutter error

Xcode iOS Multiple errors arising from IOS build

브레드jung 2022. 5. 30. 13:57

Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x1df053130) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1085ec2c8). One of the two will be used. Which one is undefined. objc[57491]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x1df053180) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1085ec318). One of the two will be used. Which one is undefined. ** BUILD FAILED **

 

 

Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x1df053130) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1085ec2c8). One of the two will be used. Which one is undefined. objc[57491]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x1df053180) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1085ec318). One of the two will be used. Which one is undefined. ** BUILD FAILED **
반응형