Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Version number and build in Xcode 5

Tags:

ios

iphone

xcode5

I have upgraded my Xcode to Xcode 5. From where can I change the version and build number which are now not visible in Target Summary?

enter image description here

like image 291
TechFanatic Avatar asked Sep 19 '13 10:09

TechFanatic


People also ask

How do I change the Xcode version number?

Click the Xcode Cloud tab and choose Settings in the sidebar. Click the Build Number tab below Settings. Click the Edit button next to Next Build Number. Enter a new build number and save your changes.

How do I change my build number?

Go to the General Settings of the build configuration. Click the orange Show advanced options. Set the Build counter to your desired value. Set the Build number format to %build.

How do I change my Xcode settings?

Choose the project in the Project Navigator on the left. Select the Configurations target from the Targets section and click the Build Settings tab at the top. The Build Settings tab shows the build settings for the Configurations target. It's possible to expand this list with build settings that you define.


1 Answers

Select your project on the left. Then under target, select the target.

Note it's in the General tab.

enter image description here

like image 157
Daniel Avatar answered Oct 06 '22 00:10

Daniel