I am trying to release an update for my app, and am running into an error when submitting the binary for review. My first release was accepted into the app store but was not compatible with older generation iPod touches. To solve this, I made sure that the minimum OS version was set to 3.0 (3.1.3 being the latest firmware those devices can update to as far as I know). The full error says: "This Bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'armv7' which is incompatible with the MinimumOSVersion value of '3.0'.
Here are my current build settings:
I have seen a few other posts on stackoverflow and other websites but none of them seem to target my exact problem and the solutions have proved unsuccessful. I appreciate all of the help I can get!