剂量安装 `xctool` 将完全替换所有构建的 `xcodebuild`?

dose installing `xctool` will completely replace `xcodebuild` for all build?

我想安装 xctool 用于理解和练习,但我不确定安装它是否会完全取代 xcodebulid,或者它将是一个单独的安装并且不会影响我的正常构建来自 Xcode(播放按钮)

xctool 不会取代 xcodebuild,这与他们在 Github 页面上的声明相反。它只是建立在 xcodebuild 之上,因此您不必担心在安装时丢失 xcodebuild。事实上,如果系统上没有安装命令行工具,xctool 将无法工作。

如果您考虑使用 xctool 进行构建,您可能需要重新考虑您的选择。这是他们在文档中所说的:

Note: Support for building projects with xctool is deprecated and will not be updated to support future versions of Xcode. We suggest moving to xcodebuild (with xcpretty) for simple needs, or xcbuild for more involved requirements. xctool will continue to support testing