美文网首页
Xcode运行go run报警告⚠️

Xcode运行go run报警告⚠️

作者: 努力的夏目_1bbc | 来源:发表于2018-12-27 17:56 被阅读0次

ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.

执行以下命令
xcode-select --install

然后再

sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework /Library/Frameworks/CoreFoundation.framework

sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework /Library/Frameworks/Security.framework

来源:
https://stackoverflow.com/questions/51314888/ld-warning-text-based-stub-file-are-out-of-sync-falling-back-to-library-file
https://studygolang.com/articles/13227

https://gocn.vip/question/2232

作者:风.foxwho
来源:CSDN
原文:https://blog.csdn.net/fenglailea/article/details/84318722
版权声明:本文为博主原创文章,转载请附上博文链接!

相关文章

网友评论

      本文标题:Xcode运行go run报警告⚠️

      本文链接:https://www.haomeiwen.com/subject/wzddlqtx.html