Missing Version and Build number iOS #2182
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsI expect the build to have the version I've configured in the project's Actual results![]() Build id (optional)654bd49309ee3dd469791bf7 |
Beta Was this translation helpful? Give feedback.
Answered by
SEGVeenstra
Nov 14, 2023
Replies: 1 comment 3 replies
-
hey @SEGVeenstra, you are missing build arguments for setting build name and build number, like for example here;
Also sure that Info.plist file has the following string along with their key values
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know why the Flutter-related vars where missing in my old project, but I've now set up the new iOS project with everything like flavors etc and it is working.
It's getting the version/build information just as I expect.