Home | Account | Search  
iPhone Dev :: No provisioned iPhone OS device is connected (again)
If you updated your iPhone firmware to 3.1 (7C144), you might see the same problem with XCode that 3.0.1 presented (described in this link).

To resolve this, open the Terminal and:
cd /Developer/Platforms/iPhoneOS.platform/DeviceSupport

Then create a link back to the 3.0 SDK:
ln -s 3.0\ \(7A341\) 3.1\ \(7C144\)

You should then see a green indicator instead of a yellow one in the Organizer and should be able to deploy to your device again.