核心总结:pod install 出现 Abort trap: 6 原因在于pod是1.1.1 对目前Xcode9 不适用,升级cocospods到1.4.0.beta.2即可
cocospods出现“Generating Pods project Abort trap: 6”
$ gem update --system # 这里可能需要翻墙一下 若没有lantern 到 https://github.com/getlantern/lantern.git 下载[OSX 10.8 and above]MAc电脑翻墙
$ gem -v
2.6.14
$ gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/
$ gem sources -l
https://gems.ruby-china.org
# 确保只有 gems.ruby-china.org
$ pod —version
1.1.1
sudo gem uninstall cocoapods --version 1.1.1 [卸载命令] 二次确认 pod,sandox 确定y
sudo gem install cocoapods --pre [安装最新的] Successfully installed cocoapods-core-1.4.0.beta.2
pod --version
1.4.0.beta.2
$ gem list
cd pod file 路径
$ pod install
完整生成避免了Abort trap: 6