after this warning my xcode4 hangs and don't let me continue debugging.
warning: UUID mismatch detected with the loaded library - on disk is: /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3 (8F190)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib
googling on the web I tried unsuccessfully many workaround:
- remove /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3 (8F190), unplug/plug iphone and reload symbols (this approach unfortunately do not restore libXcodeDebuggerSupport.dylib)
- Completely uninstall the development tools
- Restore Symbols from DeviceSupport/4.3 (8F190)/DeveloperDiskImage.dmg
- M$ approach (aka reboot computer and/or xcode)
- clean/rebuild project
None of those and basically all suggestion read into "UUID mismatch detected with the loaded library" worked for me.
Any help really appreciated.