Hi, I'm using robovm v. 1.4 (with libgdx 1.6.1). My app runs fine. I just wanted to send an update after few months from the last one (I only changed icon).
But when I want to send an app to the app store I'm getting following errors:
ERROR ITMS-90478: "Invalid Version. The build with the version “4.61” can’t be imported because a later version has been closed for new build submissions. Choose a different version number."
ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [4.8] in the Info.plist file must contain a higher version than that of the previously approved version [4.61]."
In Info.plist.xml I have this values:
<key>CFBundleShortVersionString</key>
<string>4.8</string>
<key>CFBundleVersion</key>
<string>4.8</string>
Previously it was 4.61, now the build on the store is set up to 4.8. But this error is ridiculous. I don't know if it's related to roboVM, but I have another apps not using it and I never has such a problem (well in this app it wasn't appearing before too).
Are these 2 values everything related to the app versioning in a project or it's something hidden somewhere?
Also I wanted to try "Open Xcode Project", but nothing happens. I thought maybe xcode can do it :)