Skip to content
Snippets Groups Projects
Commit 29e74155 authored by hjk's avatar hjk
Browse files

known-issues: elaborate on Mac OS 10.6 DYLD_IMAGE_SUFFIX

parent a2129b4a
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,7 @@ Mac:
DYLD_IMAGE_SUFFIX does not work on Mac OS X Snow Leopard. So don't use the
corresponding setting in the Projects tab.
See: http://wimleers.com/blog/dyld-image-suffix-causing-havoc-on-mac-os-x-snow-leopard
A possible workaround is:
sudo mv /usr/lib/libSystem.B_debug.dylib /usr/lib/libSystem.B_debug.dylib.backup
sudo cp /usr/lib/libSystem.B.dylib /usr/lib/libSystem.B_debug.dylib.backup
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment