【问题标题】:xcodebuild throws No such file or directory on jenkins shell scriptxcodebuild 在 jenkins shell 脚本上抛出 No such file or directory
【发布时间】:2016-04-24 15:30:51
【问题描述】:

这是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)"

之前还在工作,突然就停止工作了。

我在网上搜索了一下,语法是对的!

【问题讨论】:

    标签: ios xcode shell jenkins


    【解决方案1】:

    缺少正斜杠 (/)

    应该是/usr/bin/xcodebuild

    【讨论】:

      猜你喜欢
      • 2022-12-17
      • 1970-01-01
      • 2023-04-03
      • 2018-04-24
      • 2016-01-05
      • 2016-11-01
      • 1970-01-01
      • 1970-01-01
      • 2012-05-30
      相关资源
      最近更新 更多