Reputation: 1108
I know a lot of solutions are out there. But here is my problem.
My company has already a developer's account and the device on which I want to test is already registered and it has a unique ID. When I open my Xcode and connect my device, it shows that device listed in the device panel with the given identifier in the organiser of windows. Now, when I create a project in Xcode and instead of deploying it on simulator, I check the device button, it shows no device available. What am I doing wrong???
Upvotes: 0
Views: 441
Reputation: 8066
. .
EDIT:
XCode 3.x.x is too old for development, why are you still using such an older version? App Store will not accept your build unless you use XCode 5.x with iOS SDK 7.x. Probably your iPhone has a new iOS version which is not supported by XCode 3. That's the reason why you can not see above option. You must update XCode to latest version and the Phone as well, then you will be able to debug in device.
Upvotes: 1