Xcode is build the project and when build is success, I get this message \"The bundle\'s Info.plist does not contain a CFBundleVersion key or its value is not a string\". Wh
I have the same problem.
I fix it by Simulator menu -> Hardware -> Erase All Content and Setting.
Maybe it's a Simulator bug.
I have the same issue with CFBuildVersion and than i found that in my project Target there is no build version inserted.
So i have just inserted build version and issue solved.
I followed solutions from everywhere and these are the steps I ended up with that worked for me:
flutter doctor
displays:flutter clean
Runner.xcworkspace
project in XcodeThe fix for me was to add a build number to the target. Click on your target, go to General, then underneath Identity is a field for Build.
Just Insert the build version to your project