小编tec*_*000的帖子

Xcode 与 Apple M1 错误:类在 /usr/lib/libauthinstall.dylib 和 /System/Library/PrivateFrameworks/MobileDevice.framework 中实现

在终端中获取以下消息,使用 运行代码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.
Run Code Online (Sandbox Code Playgroud)

建议?

macos xcode gfortran xcode12.5

6
推荐指数
1
解决办法
4114
查看次数

标签 统计

gfortran ×1

macos ×1

xcode ×1

xcode12.5 ×1