I'm trying to change the version and build number in iOS project in Xcode (under Targets->General->Identity
), but for some reason no matter what I type, my typing is removed and the value won't change. Is this not the correct place to modify this value?
Going to Targets->General->Info
allows me to change the value, but doesn't remember the change after I navigate away from the screen.
In your project navigator on the left you should have a file named AppName-Info.plist. You can change the Build Version along with a bunch of other project settings here.