Building iOS and versioning

Hey @mjameson2018,

If your build has successfully reached TestFlight, you will have to increment in order for your new .ipa to be able to be processed. Using the buildNumber property allows you more freedom to configure your own build number https://docs.expo.io/versions/v30.0.0/distribution/building-standalone-apps#2-configure-appjson

Cheers,

Adam