How to change build setting versioning in Xcode 11 using script?
问题 Since Xcode 11 had change Version to $(MARKETING_VERSION) & Build to $(CURRENT_PROJECT_VERSION) there are new field in build setting How can I change this value with script due to xcrun agvtool new-version xcrun agvtool new-marketing-version not work perfectly as it on Xcode 10 I tried this one https://stackoverflow.com/a/58164679/7332815 but not working I can only get correct value from echo $versionNumber echo $buildNumber but how can I set new value to it? 回答1: okey I find a solution for