2 ways to check your Xcode version

Updated: February 8, 2023 By: A Goodman Post a comment

This article shows you 2 ways to check your Xcode version.

Using Your Mouse

Open your Xcode up, head to the menu bar, and select Xcode > About Xcode.

Then you’ll see the Xcode version:

Using Command Line

In the Terminal window, type the following and hit “Enter” :

/usr/bin/xcodebuild -version

You will see the output similar to this:

Xcode 14.1
Build version 14B47b

Screenshot:

That’s it. Further reading:

Happy coding, and have a nice day!

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments