Paul
Paul

Reputation: 269

iphone -- running XCode 4.2 and iOS 5 SDK on iPod Touch 2nd Generation

I've been having trouble getting my app to run in this configuration. Has anyone figured out how to do this? Currently, my app doesn't even show up when I try to run on the device.

Upvotes: 2

Views: 1086

Answers (2)

d.lebedev
d.lebedev

Reputation: 2303

You should set Deployment target of your Project to lower firmware version (f.e. 4.3), because iOS 5 is still beta, we are not allowed to run the aps on it.

Upvotes: 1

AliSoftware
AliSoftware

Reputation: 32681

iOS5 is not supported by iPod Touch 2nd Gen.

No wonder why you're having trouble ;)

Upvotes: 4

Related Questions