Qt 5.2.0 beta on Mac OS X: uic executable is broken
-
This is what happens when I run uic manually. Exactly the same error occurs when Qt Creator invokes uic, too:
@../Qt5.2.0/5.2.0-beta1/clang_64/bin/uic
dyld: Library not loaded: /work/build/PADDING/lib/QtCore.framework/Versions/5/QtCore
Referenced from: /Users/admin/test_project/../Qt5.2.0/5.2.0-beta1/clang_64/bin/uic
Reason: image not found
Trace/BPT trap: 5
@Any thoughts? I think that's a bug of the installer. uic is either patched with a wrong path, or it's not patched at all.