【发布时间】:2016-02-04 22:16:30
【问题描述】:
我只是在 bitrise.io 中配置了一个项目。但是 xcode-build 失败并出现错误:
xcodebuild: error: The project named "Foo" does not contain a scheme named "Bar". The "-list" option can be used to find the names of the schemes in the project.
我仔细检查了一下,项目 Foo
中确实存在方案 Bar【问题讨论】:
-
如何从该消息中定位架构。我收到的正是这条消息。[ xcodebuild:错误:名为“jamesAppV2”的工作区不包含名为“”的方案。 “-list”选项可用于在工作区中查找方案的名称。]
标签: ios xcode xcodebuild bitrise