I get the following output for many missing files:
warning: Unable to read symbols for /Users/user/Library/Developer/Xcode/iOS DeviceSupport/5.0 (9A334)/Symbols/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader (file not found).
warning: No copy of AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader found locally, reading from memory on remote device. This may slow down the debug session.
As it mentions, it is slowing down my debugging session, as it takes a very long time for the app to load. It will load, but it is just unbearably slow.
Also, possibly related, I am unable to get a proper call trace on exceptions (though breakpoints are fine). Xcode mentions "Xcode cannot find the software image to install this version" in the Organizer. I have a brand new iPhone 4s and iPad 2 running 5.0 (9A334). This issue only happens with the iPhone!
I have uninstalled all developer tools using the supplied shell script, then reinstalled from the App Store, and this issue still happens. I have also tried EVERY method I've previously found on this site, such as:
- Removing and adding the phone in the provisioning portal
- uninstalling and reinstalling xcode / dev tools
- removing specific sdk folders and having Xcode download them again
I even have an accepted answer dealing with this issue, but in my current case even my own answer will not suffice! Issue with iphone sdk 4.2.1
EDIT: Also, I notice when attaching the phone that Xcode displays "Checking DDI symbols" for a moment.