How can you manually set the build number for iOS build?

The automatic build number/counter for IOS is stored here:

[project folder]/Build/IOS/[project name].PackageVersionCounter

You can set the “last build number” by modifying the value contained in that file.

2 Likes