Is there a specific version that the deployment requirements need to be set to in xcode to submit an app to the app store? I keep getting a “not accepting this SDK” error when I try to upload the binary but my target deployment OSs are all recent (3.0, 4.0).
Share
Make sure your Base SDK is 4.0. Deployment Target can be whatever minimum OS your app requires.