Search code examples
iosiphoneibm-mobilefirst

xcode9 permission denied when ibm tool project load


buildtime.sh: Permission denied

DONE with script: buildtime.sh (exitStatus=126)\n\n


Solution

  • Open terminal and paste this command

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

    It will give all rights to the file.