klefevre
klefevre

Reputation: 8735

Device not detected by Xcode4 but Organizer


I would know is there is a reason to a non-detection of any device by Xcode but Organizer yes. This fail happen only when I create a new project under Xcode4...
Any suggestion ?

Upvotes: 0

Views: 4355

Answers (1)

Jano
Jano

Reputation: 63707

Do you have a developer certificate in XCode to work with the device? If you don't, or if you are targeting a version of iOS higher than the one on your device, XCode may not show it as an option to deploy your application. A workaround for not having a developer certificate from Apple is jailbreaking your device.

Upvotes: 4

Related Questions