weexteam / A-pack-tool-for-Apache-Weex

A pack tool for Android、iOS and H5 plartform of Weex. This tool is a third party work, and is not developed nor maintained by Apache Weex.
Apache License 2.0
611 stars 76 forks source link

weex run ios error #229

Closed joneqing closed 6 years ago

joneqing commented 6 years ago

22:24:43 : npm run ios /bin/sh: /Users/xxx/.xtoolkit/node_modules/weexpack/lib/utils/installIosDeploy.sh/: No such file or directory 22:24:43 : Error: Command failed: /Users/xxx/.xtoolkit/node_modules/weexpack/lib/utils/installIosDeploy.sh/ --unsafe-perm=true --allow-root /bin/sh: /Users/xxx/.xtoolkit/node_modules/weexpack/lib/utils/installIosDeploy.sh/: No such file or directory

info: weex -v v1.2.9

kuldeepkeshwar commented 6 years ago

facing the same issue

HazySoda commented 6 years ago

Hi dude, did you resolved this problem?

kuldeepkeshwar commented 6 years ago

nope

Cologne88 commented 6 years ago

nope

zb1006801184 commented 6 years ago

一样的情况,咋解决啊,刚创建就这个样子。

HazySoda commented 6 years ago

@zb1006801184 目前还没发现解决办法...

chenjibin commented 6 years ago

这个是ios-deploy 这个依赖没装好 首先在命令行 输入xcodebuild 如果出现 https://stackoverflow.com/questions/17980759/xcode-select-active-developer-directory-error/17980786#17980786 这个地址的问题 按照其中采纳的答案进行操作 然后到你自己的weex项目目录下面 执行 npm install 就能成功安装ios-deploy @joneqing

HazySoda commented 6 years ago

@chenjibin 终于解决了,非常感谢!

joneqing commented 6 years ago

@KidneyFlower 配置完成之后run ios 你有没有报pod update command failed这个问题?