summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-08-17 12:26:47 +0200
committerhjk <qtc-committer@nokia.com>2010-08-17 12:28:41 +0200
commit29e741558d916d4dfb07348790cd688f4e9eaee5 (patch)
tree7b02ab9a18d0cf18c6f444d0d1da261bdab102f4
parenta2129b4acbc01f45dfb1f8c183d5fb8e289571ae (diff)
downloadqt-creator-29e741558d916d4dfb07348790cd688f4e9eaee5.tar.gz
known-issues: elaborate on Mac OS 10.6 DYLD_IMAGE_SUFFIX
-rw-r--r--dist/known-issues-2.0.13
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/known-issues-2.0.1 b/dist/known-issues-2.0.1
index 1e297631b6..9340d69e61 100644
--- a/dist/known-issues-2.0.1
+++ b/dist/known-issues-2.0.1
@@ -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