When I do:
agvtool new-version -all 99
It updates my Info.plist file. However, if I do this:
agvtool what-version
or
agvtool next-version
I get this error:
There does not seem to be a CURRENT_PROJECT_VERSION key set for this project.
Add this key to your target's expert build settings.
Why does this not correspond. Do I have to use the plist command line tool in order to retrieve the current version of my app. Curiously agvtool what-marketing-version
works fine. Ironically agvtool does not seem to have a version itself ;-)
agvtool
. I usePlistbuddy
instead, with great success. See: #9258844 – Wigeon