I understand that this error is because Organizer is submitting a binary with the same version number, but I have changed the version numbers. I've done the homework and looked up similar forum posts on this error, but the problem is not as simple as incrementing the build number.
Here's what I did:
- My current version in the store is 2.0.4
- In iTunesConenct, I created a new version submission for 2.1.0. I filled out all fields (except Build) and clicked "Save." It is now marked "Ready for Submission."
- In Xcode, I changed the Version to 2.1.0 and the Build to 2.1.0.
- In Xcode, I built and ran the app. It works!
- I opened Organizer. In Archives, it shows Version 2.0.4, and my last submission was months ago.
- In Organizer, I clicked Submit and followed the steps. I got the "Redundant Binary" error that 2.0.4 already exists.
- To double-check, I opened my -Info.plist file and it shows both "Bundle Version" and "Bundle Versions string, short" as "2.1.0"
- To triple-check, I looked in my Target > Build Settings > Packaging. I can see that the Info.plist File setting appears to be pointing to the right file.
My only other build settings change since my submission months ago is that I renamed the project under Indentity and Type. Don't know if this matters or is a red herring.
Any help would be appreciated.