[Interest] Qt 5.4 missing /opt/lib/libzip.dylib on OS X
Konstantin Tokarev
annulen at yandex.ru
Fri Feb 6 15:10:52 CET 2015
06.02.2015, 16:57, "Michael Jackson" <imikejackson at gmail.com>:
> I have installed Qt 5.4 for OS X (Precompiled from the Qt.io website) and when packaging my application I am getting errors that /opt/lib/libzip1.dylib is missing and can not be found. Is this something that was overlooked or missed during the packing of Qt 5.4? I have installed Qt 5.4 in /Users/Shared/Toolkits/Qt-5.4.
>
> Any help or ideas is appreciated.
Look at linker error message, than identify what object (executable file or dylib) is referencing /opt/lib/libzip1.dylib
If came as part of Qt, provide output of
otool -L /path/to/that/file
as and an evidence
--
Regards,
Konstantin
More information about the Interest
mailing list