Lighting@刘迎光
相信了,才有可能遇见,不相信,也许只会是擦肩而过!
Toggle navigation
Lighting@刘迎光
首页
IT技术
微服务(IT)
技术问答
OpenBI
读书笔记
公众号【今日脑图】
关于我
自媒体
归档
标签
mac 运行go程序提示没找到Xcode的解决办法
2020-09-30 14:16:12
2674
lightingfire
## 具体提示: ``` no developer tools were found at '/Applications/Xcode.app', requesting install. ``` ## 解决办法: 到苹果development官网下载“Command Line Tools for Xcode”安装即可 ``` https://developer.apple.com/download/more/ ``` 有人说运行如下命令也可以安装,但是实测不行,并且需要翻墙才可以 ``` xcode-select --install ``` 执行这个命令以后,mac的系统更新里会有提示安装“Command Line Tools” 但是下载完成,安装的时候,会提示系统已经不需要安装这个软件,不给安装,所以必须使用第一种方式
Pre:
mongodb随机取出collection中的一条或多条数据
Next:
微服务指南走北(七):微服务的事件驱动设计简述
Table of content