先执行下面这一句

    1. chmod a+x ./文件名

    然后再正常执行文件就可以了

    • 例如:
      1. chmod a+x ./BuildIOS.sh
      2. ./BuildIOS.sh
      就可以了