【发布时间】:2015-07-23 15:49:01
【问题描述】:
我正在尝试发布一个模拟器版本,以便 Facebook 审查我的应用。
当我运行这个命令时,我看到了一个名为“Roomify”的方案:
xcodebuild -list
Information about project "Roomify":
Targets:
Roomify
RoomifyTests
Build Configurations:
Debug
Release
If no build configuration is specified and -scheme is not passed then "Release" is used.
Schemes:
Roomify
RoomApp
但是,当我尝试构建它时,它却告诉我该方案不存在,为什么会这样?
>xcodebuild -arch i386 -sdk iphonesimulator8.3 -workspace Roomify.xcworkspace/ -scheme Roomify
Build settings from command line:
ARCHS = i386
SDKROOT = iphonesimulator8.3
xcodebuild: error: The workspace 'Roomify' does not contain a scheme named 'Roomify'.
【问题讨论】: