Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI - Xcode Not Update the app's build and version numbers #148130

Open
mirkomartino opened this issue May 10, 2024 · 1 comment
Open

CLI - Xcode Not Update the app's build and version numbers #148130

mirkomartino opened this issue May 10, 2024 · 1 comment
Labels
in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds

Comments

@mirkomartino
Copy link

Steps to reproduce

  1. Creating a new project
  2. flutter build ipa --build-name 1.0.0 --build-number 2

Expected results

I expect that command to update my Xcode project with the specified version.
Senza nome
Senza nomeee

Actual results

I'm always shown the major version of when the project is created.

Code sample

Code sample
[Paste your code here]

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.1.1 23B81 darwin-arm64, locale it-IT)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] VS Code (version 1.70.0)
[✓] Connected device (3 available)
[✓] Network resources

• No issues found!
@mirkomartino mirkomartino changed the title CLI - Not Update the app's build and version numbers CLI - Xcode Not Update the app's build and version numbers May 10, 2024
@darshankawar darshankawar added the in triage Presently being triaged by the triage team label May 13, 2024
@darshankawar
Copy link
Member

Thanks for the report @mirkomartino
Can you try by updating CFBundleShortVersionString and CFBundleVersion to see if it helps to get expected result you are looking for ?

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds
Projects
None yet
Development

No branches or pull requests

2 participants