build:ios will not update build number with --no-publish

expo build:ios --no-publish command will not respect the buildNumber in local app.json

If I just want to build a new binary for App Store review without affecting online user. It is impossible to build new binary without publishing to channel.

I know I can change the release channel too. But sometimes the build is just a minor fix. It is not necessary to change release channel. Developers should be free to decide whether or not.

Hey @maicoineng, out of curiosity what’s your version value in your app.json (the one under the expo field, not ios.buildNumber?

version is the same => 1.2.0
ios.buildNumbers are different => 19082020 and 19082215

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.