I was having problems accessing my iPhone 3GS in the XCode Organizer (where provisioning profiles and other stuff is handled) and searched around for a solution. The simple work-around is to close down XCode and open up the good old Terminal and make a symbolic link like this:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.1\ \(7C145\)/ /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.1
This has been known to happen in other versions of the software as well, so try replacing "3.1.1\ \(7C145\)" with the version you have, which may be newer. TAB works fine to autocomplete to the version you want.
|