【发布时间】:2021-06-22 02:01:29
【问题描述】:
在终端中使用gfortran 获取以下消息运行代码。似乎是 Big Sur 和 M1 芯片上的 Xcode 12.5:
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 used. Which one is undefined.
objc[1554]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1f2022c60) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1147bc308). One of the two will be used. Which one is undefined.
建议?
【问题讨论】:
标签: xcode macos gfortran xcode12.5