Hi Eike,
> libqcocoa.dylib does not find @rpath/QtGui.framework/Versions/5/QtGui
> What is the RPATH of the executable that you try to run? (check with “otool
> -l”, look for LC_RPATH entries)
There are no LC_RPATH entries in the output of otool -l, for both my app and
libqcocoa.dylib.
> On Oct 28, 2015, at 3:09 PM, Gil Moses wrote:
>
> Hi,
>
> I've built Mac universal binaries of v5.5.1 (built separately for i386 and
> x86_64, then used lipo).
> Built and ran my Qt app (Xcode 5, Mavericks), and got this error:
>
> . could not find or load the Qt platform plugin "cocoa".
>
Hi,
just guessing but if your /Volumes/Data is an external hard disk this
might be due to a permissions problem. If you try testing by
(temporarily!) move the platforms directory (containing the
libqcocoa.dylib file) from /Library/Application
Support/Waves/WavesQtLibs_5.5.1/plugins/ to
Volum
Hi,
I've built Mac universal binaries of v5.5.1 (built separately for i386 and
x86_64, then used lipo).
Built and ran my Qt app (Xcode 5, Mavericks), and got this error:
. could not find or load the Qt platform plugin "cocoa".
Further diagnosis using DYLD_PRINT_LIBRARIES and QT_DEBUG_PLUGINS pr