vote up 2 vote down star
1

I get this warning at the console when I build and run my app in my device.

warning: UUID mismatch detected with the loaded library - on disk is: /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.1.sdk/usr/lib/liblockdown.dylib =uuid-mismatch-with-loaded-file,file="/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.1.sdk/usr/lib/liblockdown.dylib

Anyone has this issue and managed to resolve the warning ?

flag

7 Answers

vote up 9 vote down check

It's benign; don't worry about it. The message is telling you that a library on the device isn't exactly the same as a library in the SDK, but the difference between the libraries in this case isn't one which has any visible impact.

link|flag
That may be so, however in my case I can no longer access the console or debugger for an app I am running on the device. – Ryan Townshend Aug 26 at 18:19
vote up 0 vote down

I get the same warning, but haven't managed to resolve it.

link|flag
vote up 0 vote down

The same happens to me, but the application never finishes loading...

link|flag
vote up 0 vote down

so how do you fix it? !! i am getting this after 3.1 update

link|flag
vote up 0 vote down

Me too, I get this warning for every framework when Debugging on Device... and the application never loads.

warning: UUID mismatch detected with the loaded library...

Only started after I upgraded. Anyone figure out how to fix this? I even tried it on an empty xcode project, same thing... I read that it has to do with the debugger version not matching the sdk version or something...

I wrote apple with my support and they aren't getting back to me...

This is BS, I need to Device Debug!

link|flag
vote up 0 vote down

If you unplug the device from mac, run the app on device. The app works except you won’t be able to utilize console to debug any problems on device. After searching for answers on developer forums, it is a very common problem among developers. However, there is no known solutions except a few possible tips.

This is an answer from another forum, and IT WORKS! I think it was from webbuilders.com??

Go figure???

access this URL for a good description; http://webbuilders.wordpress.com/2009/03/19/iphone-uuid-mismatch-detected-with-the-loaded-library/

link|flag
vote up 0 vote down

I believe this happens when the when Xcode/iPhone SDK is not up to date with the device's installed frameworks. Make sure the device software is up-to-date and install the latest version of Xcode/iPhone SDK - worked for me.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.