App version problem in Xcode 14.0

Hi,

After Xcode update, I enter a version number for the application, but after archiving it shows me 1.0.0. I want to upload it to App Store Connect. The behaviour is same if I enter different incremented version (e.g 2).

Identity inspector

After archive

Any idea what's wrong? Thanks

Answered by tmsbrndz in 728592022

Since my application has beed developed with Flutter framework, some version variables are coming from yaml configuration. So, I overwrote it the info.plist configuration on standard iOS configuration and now working fine. The problem is coming from Flutter.

Try changing 1.1 to 1.1.0 for "Version".

Try "1,1" - i.e. use a comma instead of a period. It might be misinterpreting your regional settings - I can see your date is not in standard English format.

Accepted Answer

Since my application has beed developed with Flutter framework, some version variables are coming from yaml configuration. So, I overwrote it the info.plist configuration on standard iOS configuration and now working fine. The problem is coming from Flutter.

App version problem in Xcode 14.0
 
 
Q