这是shell脚本:
usr/bin/xcodebuild -target test -project /Users/Shared/Sai/Documents/test/test.xcodeproj -configuration Release clean build CONFIGURATION_BUILD_DIR=/Users/Shared/Sai/Documents/app "CODE_SIGN_IDENTITY=iPhone Developer: Sai (5K2MBOL52K)"
突然之前工作突然停止了工作。
我在互联网上搜索,语法正确!
答案 0 :(得分:2)
缺少正斜杠(/)
应为/usr/bin/xcodebuild