1

[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?

sorin
  • 161,544
  • 178
  • 535
  • 806
Ian Vink
  • 66,960
  • 104
  • 341
  • 555

2 Answers2

1

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.

Mikayla Hutchinson
  • 16,113
  • 2
  • 44
  • 50
0

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

Geoff Norton
  • 5,056
  • 1
  • 19
  • 17
  • Thank you. I spent a long time last night reading and trying to pry under the covers. Lots of good learning. – Ian Vink Mar 30 '11 at 02:03