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 build ios [ERROR]!! #237

Closed turnerguo closed 6 years ago

turnerguo commented 6 years ago

BUILD FAILED

The following build commands failed: PhaseScriptExecution Run\ Script build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D981F59D20100F954DB.sh (1 failure)

I tried everything this error still there...

any suggestion?

turnerguo commented 6 years ago

finally, I found the problem is that the ios-deploy was not correctly installed. don't know why the xxx/node/v6.14.3/lib/node_modules/ios-deploy/build/xxx folder was owned by root user, after I chown to current user the problem is gone.