【问题标题】:dyld: Symbol not found: _OBJC_IVAR_$_NSTextViewIvars.sharedDatadyld:未找到符号:_OBJC_IVAR__$_NSTextViewIvars.sharedData
【发布时间】:2019-04-02 21:28:27
【问题描述】:

最近升级到最新版本的 MacOS,尝试使用 Git 时遇到以下问题。我知道这与未正确访问 Xcode 开发工具有关..

这就是正在发生的事情:

Mitchells-MBP:~ Mitch$ git
dyld: Symbol not found: _OBJC_IVAR_$_NSTextViewIvars.sharedData
  Referenced from: /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/../../../../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
  Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
 in /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/../../../../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
git: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly!
git: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch
Mitchells-MBP:~ Mitch$ sudo xcode-select -switch /Library/Developer/CommandLineTools/
xcode-select: error: invalid developer directory '/Library/Developer/CommandLineTools/'
Mitchells-MBP:~ Mitch$ sudo /usr/bin/xcode-select -switch /Library/Developer/CommandLineTools/
xcode-select: error: invalid developer directory '/Library/Developer/CommandLineTools/'
Mitchells-MBP:~ Mitch$ sudo /usr/bin/xcode-select -switch /Library/Developer/
xcode-select: error: invalid developer directory '/Library/Developer/'
Mitchells-MBP:~ Mitch$ sudo xcode-select -switch /Library/Developer/
xcode-select: error: invalid developer directory '/Library/Developer/'
Mitchells-MBP:~ Mitch$ 

我不知道还能尝试什么……真的需要将一些东西上传到 GitHub。谢谢!

【问题讨论】:

    标签: xcode git github terminal


    【解决方案1】:

    我遇到了同样的问题,我通过重新安装 XCode 解决了它

    【讨论】:

      【解决方案2】:

      我认为这是 xcode 的方式来告诉它不喜欢你的 OSX 版本。我尝试在 osx 10.14 Mojave 上运行 xcode 7 时遇到此问题

      【讨论】:

        猜你喜欢
        • 2021-09-06
        • 1970-01-01
        • 1970-01-01
        • 2014-08-15
        • 1970-01-01
        • 2020-11-25
        • 2015-05-02
        • 2020-04-18
        • 2016-06-01
        相关资源
        最近更新 更多