Shannon A.
Shannon A.

Reputation: 786

Why won't Xcode 4.2 support a second-generation iPod Touch, running iOS 4.2.1

I recently upgraded to Xcode 4.2, for SDK 5.0 support, but since I've done so, one of my testers, who has an iPod Touch 2nd generation running iOS 4.2.1, can't use my ad-hocs

My target is setup for Base SDK: 5.0 (Latest Version) and Deployment Target 3.2, so that should allow it. I'm also pretty sure on the tester's iOS version, as it's registered with testflightapp.

The error he's seeing is approximately this: "your device is running 4.2.1 which is less than the required version (4.3) for this build"

I notice also that I Only see versions 4.3 and 5.0 in my schemes nowadays. Is there something that should be adjusted there?

Upvotes: 4

Views: 2206

Answers (1)

amattn
amattn

Reputation: 10065

Go to Xcode Preferences -> Downloads and install 4.0-4.1 support. You should be able to support < 4.3 then.

Upvotes: 5

Related Questions