[Solved] dyld Library not loaded on Mac OSX Maverick 10.9.4
-
Looks like my answer disappeared…
@ Vikas Pachdha, it has nothing to do with Qt Creator nor qmake. It's the installation that failed at some point. Generally due to missing command line tools
-
-
When you say reinstalled Qt did you removed it first ?
-
Yes I removed all component before reinstalling.
-
Xcode 6 ?
-
Xcode 6.0.1 everything is up to date
-
Currently Xcode 6 brought several changes that are breaking things here and there. You can find some already answered on the forum and some on the interest mailing list.
-
I réinstalled Xcode 5.1.1 and Qt and I receive the same error.
-
Can you call install_name_tool from the command line ?
-
I forgot to reinstall the Command Line Tools 5.1.1 along Xcode 5.1.1 and kept the Command Line Tools 6.0.1 . Everything work now. Thank you.
Edit : Thread marked [Solved]