iPhone SDK: Problems after downgrading from Xcode4 to Xcode3

352 Views Asked by At

[Using MonoTouch to build iOS]

We recently upgraded from Xcode3 to Xcode4 but then decided to downgrade as the Interface builder wasn't working yet with MonoTouch.

After running the uninstall for Xcode, we installed 3.2.6.

When we build and submit the app, Apple now says, "Apple is not currently accepting applications built with this version of the SDK"

It was accepting though a few days ago. We have tried many options/reinstalls etc, but all to no effect.

Is there a way to determine what MonoTouch is using and what it is applying to the build to make Apple think the SDK version is wrong?

2

There are 2 best solutions below

1
On BEST ANSWER

This is a bug in the current MonoDevelop. An update should be out soon.

0
On

Apple changed the keys required in the application manifest in iOS SDK 4.3.1. We've released a new MonoDevelop build to track this.