skip to Main Content

Xcode with Apple M1 error: Class is implemented in both /usr/lib/libauthinstall.dylib and /System/Library/PrivateFrameworks/MobileDevice.framework

In Terminal getting the following message running code using gfortran. Seems to be an Xcode 12.5 on Big Sur and M1 chip: objc[1554]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f2022c10) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1147bc2b8). One of the two will be…

VIEW QUESTION

Xcode – 'SWIFT_NORETURN' macro redefined

On Xcode 12.5 I get this when I try to compile my test target: /Users/user/Development/project-ios/My ProjectTests/My ProjectTests-Bridging-Header.h:7:9: note: in file included from /Users/user/Development/project-ios/My ProjectTests/My ProjectTests-Bridging-Header.h:7: #import "SpecHelper.h" ^ /Users/user/Development/project-ios/My ProjectTests/SpecHelper.h:36:9: note: in file included from /Users/user/Development/project-ios/My ProjectTests/SpecHelper.h:36: #import "My_Project-Swift.h" ^…

VIEW QUESTION
Back To Top
Search