반응형
Notice
Recent Posts
Recent Comments
Link
«   2026/01   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

전업요리사의 앱 개발 공부하기

Xcode iOS Multiple errors arising from IOS build 본문

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 **
반응형