cvetaevvitaliy / lcd-image-converter_MacOs

lcd-image-converter for MacOs
GNU General Public License v3.0
6 stars 2 forks source link

crashed when open this app #2

Open sonictl opened 2 years ago

sonictl commented 2 years ago

download and unzip it. But it crashed when trying to open it. some log helps:

dyld[62439]: Library not loaded: /usr/local/opt/qt/lib/QtSvg.framework/Versions/5/QtSvg
  Referenced from: /Users/sonic/Downloads/lcd-image-converter.app/Contents/MacOS/lcd-image-converter
  Reason: tried: '/usr/local/opt/qt/lib/QtSvg.framework/Versions/5/QtSvg' (no such file), '/Library/Frameworks/QtSvg.framework/Versions/5/QtSvg' (no such file), '/System/Library/Frameworks/QtSvg.framework/Versions/5/QtSvg' (no such file)
zsh: abort      

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
cvetaevvitaliy commented 2 years ago

You need to install qt5 library

'brew install qt5'