当我做:
agvtool new-version -all 99
它更新我的Info.plist文件。 但是,如果我这样做:
agvtool what-version
要么
agvtool next-version
我得到这个错误:
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.
为什么会出现这种不对应。 我必须为了找回我的应用程序的当前版本使用的plist命令行工具。 奇怪的是agvtool what-marketing-version
工作正常。 具有讽刺意味的agvtool似乎并不有一个版本本身;-)