Today Xcode is giving me problems when attempting to upload a build to iTunes connect. It's giving me the following errors:
- ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [1.0.0] in the Info.plist flie must contain a higher version than that of the previously approved version [1.2.2]."
- ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [0.5.1] in the Info.plist flie must contain a higher version than that of the previously approved version [1.2.2]."
What's very strange is my application's
CFBundleVersionShortVersionString is 2.0.0. I uploaded a build to TestFlight yesterday and it worked just fine. Then I did a search for CFBundleVersionShortVersionString, and I found a 1.0.0 and 0.5.1, but they were in the info.plist in the Pods. Why is this error all of a sudden appearing? I know I'm not supposed to change anything in the Pods. Has anyone come across this issue and if so how can you fix this?