Xcode 11 moved version handling to the .pbxproj file, in addition to Info.plist, which broke my script to automatically increase build number on each build. Solution for Xcode 11/12 is shown below. Background – pre Xcode 11 / Xcode 12 Before Xcode 11 the “normal” way to auto increment build number was to read current… Continue reading Auto-increment build number in Xcode 11 / Xcode 12