Search code examples
iphoneiosxcoderemote-debugging

Unable to load symbol file and a UDID mismatch- how to fix?


I get this error in debugger and its preventing a debugging.

unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/Symbols/usr/lib/info/dns.so (file not found). warning: UUID mismatch detected with the loaded library - on disk is: /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/Symbols/System/Library/PrivateFrameworks/Message.framework/Message

Any things to try? Ideas?

Cheers


Solution

  • What version of Xcode produced the build you're trying to debug and what iOS SDK was set as the Base SDK? What version of iOS is running on the device on which you're trying to debug the app?

    This is a similar question to UUID mismatch detected with the loaded library and my guess is that you have a mismatch between device and IDE, possibly from using a beta version of the SDK.