-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI am trying to publish build ipa to appstore. Current app version is 1.3.4+4, where as codemagic compiler is giving invalid version error 1.3.3 . Not getting what i am doing wrong, I have tried multiple app version in pubspec.yaml, but every time same error. Any help would be appreciated! Expected resultsTo publish build ipa to appstore Actual resultsError - Build id (optional)657e7c0a5c4512769927b871 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hello @panwar001, try adding Add it before the
Also make sure that Info.plist file has the following string along with their key values
|
Beta Was this translation helpful? Give feedback.
hello @panwar001, try adding
agvtool new-version -all $(($BUILD_NUMBER + 1))
command which is responsible for increasing the version number in your Xcode project.Add it before the
flutter build ipa
commandAlso make sure that Info.plist file has the following string along with their key values