I'm finding that C4 projects, and only C4 projects, do not recognise connected iOS devices.
The run menu only shows "iOS Device".
This isn't a problem with any of my other Xcode projects.
I'm using a iphone4s running ios 5.1.1, and i realize the base sdk is set to iOS 6. This is the case with other projects though and I'm not encountering this issue there.
okay, the problem was that i had project build setting 'deployment target' = 6.0 for a 5.1.1 device.. i only knew about 'base sdk' until now :)