Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
I needed to run
flutter build ios
before opening xcode and running archive. Now the versions numbers are correct.if you still have this issue after performing the command mentioned in accepted answer you should try to edit info.plist file manually:
use below strings in
info.plist
:For
CFBundleShortVersionString
use –>$(MARKETING_VERSION)
For
CFBundleVersion
use –>$(CURRENT_PROJECT_VERSION)
this is how i solved that issue. hope it helps.
ps: assuming that you are trying to change it through Xcode