1 min readAug 7, 2019
Thank you for tutorial it is great and detail. But only one thing is missing.
First flutter build ios command has been completely ignored. And that causes that we cannot do something like
flutter build ios — build-number=2
which then causes that we cannot upload new version of app. Also, if we fix this one, you cannot use different file start points like:
flutter build ios --release --no-codesign -t lib/main.dart --build-number=2
I am trying for two days to make this, but nothing…