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.
我有一个包含 3 个不同目标的工作区,其中一个我需要在我的代码所在的文件夹中获取构建结果。
我还需要使用 xcodebuild 构建它,我一直在研究试图找出是否有一些标志或配置的东西来实现这个但找不到它......
有没有办法做到这一点???
谢谢!
你试过这个吗?http://developer.apple.com/library/ios/#recipes/xcode_help-locations_preferences/DerivedData/DerivedData.html#//apple_ref/doc/uid/TP40010523-CH2-SW1
xcodebuild为此有一个标志
xcodebuild
-derivedDataPath PATH - specifies the directory where build products and other derived data will go