This is a simple solution. You just need to add the CFBundleShortVersionString key to the Info.plist file.
Click your Info.plist file in your project. Right-click and select Add Row. Then insert the line "CFBundleShortVersionString". It will automatically change it to read: "Bundle of string versions, short."
Then select a value like 1.0 , or whatever you want your version to be.

source share