Can't change version or build number in Xcode
I'm trying to change the version number and build number in an iOS project in XCode (sub Targets->General->Idenity
), but for some reason, no matter what I type, my typing gets removed and the value doesn't change. Wrong place to change this value?
Going to Targets->General->Info
allows me to change the value, but I don't remember the change after going out of the screen.
+3
Stephen collins
source
to share
1 answer
In the project navigator on the left, you should have a file named AppName-Info.plist. You can change the build version along with a number of other project options.
+5
Jpoliachik
source
to share