无法 pod update
当我们完成了项目的创建 运行weex run ios想在模拟器上看一下发现报这个错,原因是无法执行pod update
解决办法:更新pod 具体操作更安装一样 执行sudo gem install cocoapods(环境版本太低的话自行升级不多说)
没有设置启动模拟器 Error: simctl error running 'list': xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
依然是我们运行weex run ios的时候 报错.
解决方案: xcode - perferences - locations -command line tools 设置一下就OK了(如下图)。
weexpack版本过低或者未安装 Error:Error: Command failed: /.xtoolkit/node_modules/weexpack/lib/utils/installIosDeploy.sh/ --unsafe-perm=true --allow-root
/bin/sh: /Users/.xtoolkit/node_modules/weexpack/lib/utils/installIosDeploy.sh/: No such file or directory
at ChildProcess.exithandler (child_process.js:273:12)
at ChildProcess.emit (events.js:180:13)
at maybeClose (internal/child_process.js:936:16)
at Socket.stream.socket.on (internal/child_process.js:353:11)
at Socket.emit (events.js:180:13)
at Pipe._handle.close [as _onclose] (net.js:541:12)
找不到某些文件路径
解决方案:
npm install weexpack -g
其实官方已经已经集成在 weex-toolkits 上,但是目前还是有部分人会安装不上具体原因不详,如果没有安装上必须单独安装。