简体   繁体   English

ibm工具项目加载时,xcode9权限被拒绝

[英]xcode9 permission denied when ibm tool project load

buildtime.sh: Permission denied buildtime.sh:权限被拒绝

DONE with script: buildtime.sh (exitStatus=126)\\n\\n 使用脚本完成:buildtime.sh(exitStatus = 126)\\ n \\ n

Open terminal and paste this command 打开终端并粘贴此命令

chmod a+x "<complete path of your file>"

It will give all rights to the file. 它将授予该文件的所有权利。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM