Reputation: 3316
This is very similar to a couple of other questions on stackoverflow, but they all seem to be from last year and referring to lower version numbers.
I have:
I've tried the following without much luck:
I'm sure iOS 4.2 should be out of beta now, so I don't think this is the issue either. Any other ideas? Is there any way of getting more information about the versions of the SDK that apple want?
Very frustrating indeed!
Upvotes: 5
Views: 2526
Reputation: 1497
I had this problem yesterday and solved it by redownloading XCode from the developer center and reinstalling it. For some reason, the dmg file on my disk was from 19th of November (no, it was not a beta), and the release date of the SDK is 22nd on the iOS Dev center. Check if your local copy was downloaded before that. It just automagically worked after a reinstall. I built the binaries against SDK 4.2 and set the deployment target to 3.1 if that helps.
I am not sure at the moment, did apple rerelease SDK 4.2 with XCode 3.2.5 at some point without changing the version? Anyway, hope that helps, it worked for me.
Upvotes: 3