2 ways to check your Xcode version
( 12 Articles)
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 13.0
Build version 13A233
Screenshot:

That’s it. Happy coding!
Subscribe
0 Comments