iTunes Connect Step fails with "Malformed version number string dev"

Right now, fastlane is giving us an error “Malformed version number string dev” even though as far as I can tell, we’re setting the app_version and build version correctly? Unfortunately I can’t tell where it’s even getting “dev” from, except that it’s the name of our primary branch in our repo (which I am not even building from).

Any ideas?

Nevermind, I think I solved my own problem. When developers reject an app that is pending review in the app store, it sets the version to “dev”. Fastlane was checking the version number in the app store and getting confused by this.

Awesome! Glad you were able to figure it out!

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