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.
我想用 xcodebuild 构建我的 iOS 项目,但要做到这一点,我需要弄清楚当我在 XCode 中构建和运行时 XCode 用来构建我的项目的所有标志和选项。
如何找出构建过程中使用的编译标志和此类 XCode,以便找出等效的 xcodebuild 命令?当我在我的项目中包含像 RestKit 这样的外部库时,我对让它工作特别感兴趣。
您需要做的就是告诉xcodebuild目标和配置;其他所有内容都包含在与配置相关的项目中。
xcodebuild
请参阅手册页。