安装调试工具Chisel

facebook出品 ,这货肯定不简单。

  • 1、打开终端运行此脚本。
curl -LsSf https://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1
  • 2、 安装brew
sudo brew install wget
  • 3、 安装Chisel
sudo brew install chisel
  • 4、 安装到xcode
xcode-select --install

其实操作完这些步,差不多就行了,和cocoapods差不了多少。简单暴力。

你可能感兴趣的:(安装调试工具Chisel)