I’ve a construct pipeline, that builds up flutter utility, for each iOS and android.
For android I’ve no points in working under command:
flutter construct appbundle --build-number "202312001" --build-name "1.2-feature.2"
So the model printed to google play is strictly what I configured it for. However with iOS it is otherwise
Here’s a command, not very a lot completely different:
flutter construct ios --build-number "202312001" --build-name "1.2-feature.2"
On xCode construct logs, I;m seeing this one
export FLUTTER_BUILD_NUMBER=1.2.2
Which is eradicating all of the characters from semantic model I’ve set. Any concepts how one can deal with it?
Some extra information:
I am utilizing azure pipeline macOS-12 agent. Then construct is distributed to app middle. Model in app middle for iOS is as nicely, like above.
Thanks!