美文网首页
xcrun: error: invalid active dev

xcrun: error: invalid active dev

作者: 水中的蓝天 | 来源:发表于2018-09-26 17:49 被阅读841次

前言: 近期Xcode 10 发布了,忍不住下载下来试玩了一波。由于使用Xcode 10 需要系统版本在10.13.4以上才可以,愉快的更新了一波。

在今天,由于工作需要创建了一个新项目,使用CocoaPods 时报错了 :

1

分析:

Failed to extract git version from ' git --version ' xcrun: error: invalid active developer path

未能从' git—version '中提取git版本:错误:无效的活动开发路径;简单来说就是Git工具不好使了 。

通常做法就是打开 terminal 执行 xcode-select --install

但由于我是macOS升级 所以这样是不行的,需要到Git官网下载Git才可以:

https://git-scm.com/download/mac

下载完成后手动安装git 这样就可以解决了 !

如下图:

2.png

相关文章

网友评论

      本文标题:xcrun: error: invalid active dev

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