krymeljana
krymeljana

Reputation: 23

Where do I change version and build number in xcode >= 12.3

After updating to xcode 12.3. I cannot find the settings for build and version numbers. The xcode help itself also still has directions to the old project editor window and settings.

Has anyone found this yet and would be so kind as to tell me where?

Attached is what my project editor looks like. Nothing called 'Identity', 'Version' or 'build' - also not in the 'Build setting' or 'swift package' tabs.

This is what my project editor looks like: This is what my project editor looks like

Thank you so much!

Upvotes: 2

Views: 3063

Answers (2)

alektech
alektech

Reputation: 31

I've found a workaround, Open xcode, go to Runner(Project root) -> build settings and in the filter search write the the current version of the app. All the instances of that version will appear including FLUTTER BUILD NAME and FLUTTER BUILD NAME NUMBER and you can change them from there. Check the attached image.

Upvotes: 0

Wassim Seifeddine
Wassim Seifeddine

Reputation: 1022

What you have selected now is the project. Under "bodycontrol" you should select the target for the platform, then you'll get the build & version number back

Upvotes: 3

Related Questions