美文网首页
安装Xcode踩坑

安装Xcode踩坑

作者: 资本家大恶人 | 来源:发表于2020-05-21 16:01 被阅读0次

1.报错问题

Error: An exception occurred within a child process:
  CompilerSelectionError: mongodb/brew/mongodb-community cannot be built with any available compilers.
Install GNU's GCC:
  brew install gcc

执行brew install gcc

Error: The following formula
  gcc
cannot be installed as binary package and must be built from source.
Install the Command Line Tools:
  xcode-select --install

执行 xcode-select --install

xcode-select: note: install requested for command line developer tools

2.报错问题

DownloadError: Failed to download resource "libimobiledevice"

更换下载镜像,git clone --branch master https://github.com/libimobiledevice/libimobiledevice.git /Users/用户名/Library/Caches/Homebrew/libimobiledevice--git

相关文章

  • 安装Xcode踩坑

    1.报错问题 执行brew install gcc 执行 xcode-select --install xcode...

  • Xcode 插件安装踩坑

    我是从Xcode8开始尝试使用Alcatraz的,网上许多资料说明对于Alcatraz的安装Xcode8与Xcod...

  • Xcode10和iOS12踩坑

    Xcode10和iOS12踩坑

  • Theos安装(最新)

    《iOS 应用逆向工程》一书中的安装方法已经过期,故将自己踩坑经历写下。 本文针对Mac中单个Xcode的情况 1...

  • android使用appium的自动化

    PS:看了别人写的文章博客,感觉踩了很多坑,自己写一遍整理下踩过的坑。 1.安装adb 通过homebrew安装 ...

  • Xcode 10 踩坑

    Xcode10编译就报错 手动删掉第三方框架里面的info.plist文件。(上面我出现的是MJExtension...

  • 踩坑Xcode 10

    Xcode10 很显然使用的过程中出现了不少问题,相信大家都有所耳闻,最典型的就是libstdc++.6.0.9问...

  • Xcode13踩坑,iOS15适配

    Xcode13踩坑,iOS15适配 1.升级完Xcode13之后遇到滚动tableView到底部时tabbar颜色...

  • Flutter doctor IOS开发环境配置踩坑

    配置Flutter的ios环境卡了很久,简单记录一下踩的坑和最后的解决方案首先需要安装Xcode(这一步基本没啥问...

  • Windows下GithubPages博客快速搭建

    Windows下开发坑总是比较多的,但是本人没Mac,只好踩一遍坑记录下。本文主要是安装过程&踩坑记录,故不对细节...

网友评论

      本文标题:安装Xcode踩坑

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