iOS区块链钱包 建造 安装Xcode 安装Xcode后,将其打开以开始安装命令行工具。 完成后,请确保在Xcode > Preferences > Locations > Command Line Tools选择了有效的CL工具版本。 安装homebrew 安装Git子模块 $ git submodule update --init 安装JS依赖项 安装节点版本管理器,例如或 。 # Install Yarn dependency $ brew install yarn # Install/Use node v7.9.0 $ npm install -g n $ n v7.9.0 #