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.
如何确定我的 OSX 系统中当前安装了哪个版本的 Xcode?
理想情况下,我还想从命令行以编程方式确定它。
如果 Xcode 正在运行,则可以从“Xcode > About Xcode”菜单中获取版本和内部版本号。或者,您可以通过在终端上键入以下内容来获取此信息:
$ /usr/bin/xcodebuild -version