在后期操作中添加了shell脚本,但在构建应用程序时,该脚本未执行。我不想在构建阶段添加脚本。我想让它从方案中发挥作用。
我已经将该文件夹的权限也像
一样chmod u+x /Users/aaaa/Library/Developer/Xcode/DerivedData/CustomProject-cnlrdyiazxefgvfxhnsvmwazjxix/Build/Products/Debug-iphonesimulator/CustomProject.app/Script.sh
chmod u+x /Users/aaaa/Desktop/CustomProject/CustomProject
脚本中的代码很简单,包含如下的echo语句。
echo "Executing Shell Script"