This is an easy fix. You just need to add the CFBundleShortVersionString key to your Info.plist file.
Click your Info.plist file in your project. Right click and select “Add Row”. Then paste in the string “CFBundleShortVersionString”. It will automatically change it to read: “Bundle versions string, short”.
Then choose a value like 1.0 or whatever you want your version to be.
Thanks Brent, I think it works! I still got the WARNINGS for the icons, I just ignore them, At the end of application loader it says “Thanks for your submitting”, kind of like they got it. I’m not sure.
But in the new itunnes… what happens with all the
– wating for upload
– upload binary
– binary received
– wating for review
all that I don’t see it at all
And I don’t know if I’m doing it correctly.
All I see it’s a BUILD window
"Submit your build using Xcode 5.1.1 or later, or Application Loader 3.0 or Later
I use Application loader, how Do I know if they got my app or not?
Copy the build.settings code from there for the icons and add it to your build.settings in the right place. Make sure you have icons with those names that are the right size. Follow that formula and you will be good to go. Deviate from it and expect warnings.
Thanks Brent, I think it works! I still got the WARNINGS for the icons, I just ignore them, At the end of application loader it says “Thanks for your submitting”, kind of like they got it. I’m not sure.
But in the new itunnes… what happens with all the
– wating for upload
– upload binary
– binary received
– wating for review
all that I don’t see it at all
And I don’t know if I’m doing it correctly.
All I see it’s a BUILD window
"Submit your build using Xcode 5.1.1 or later, or Application Loader 3.0 or Later
I use Application loader, how Do I know if they got my app or not?
Copy the build.settings code from there for the icons and add it to your build.settings in the right place. Make sure you have icons with those names that are the right size. Follow that formula and you will be good to go. Deviate from it and expect warnings.