In our project we derive our release version from git tag etc then write it to the built folder\'s Info.plist with a shell script like:
GIT_RELEASE_VERSION=$(some
Same issue here... one work-around is to clean and then perform full-build.
The new build system in Xcode 10 runs the Process Info.plist step differently in full and incremental builds:
The actual problem is the script that runs as a build step & updates the processed Info.plist file needs to always run after the the file is processed but before signing.