Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只在终端中构建 xcode 工作区(xcodebuild - 内部构建)。它有五个方案。但是,一次我只能构建一个方案。我想一次构建所有方案。单个工作区可能有多个方案。
是的,一个工作区可能有多个方案,但它们都必须独立构建——不可能一次构建所有方案。
有一个xcodebuild选项:-alltargets这可能会有所帮助-因为方案是基于目标的-但是我不确定它对这种情况有用。
xcodebuild
-alltargets