bettar / miele-lxiv

DICOM Viewer 64-bit fully open source
https://itunes.apple.com/us/app/miele-lxiv/id988332475
GNU General Public License v3.0
112 stars 29 forks source link

7.3.46 build with Miele-LXIV-easy @rpath/libpng16.16.dylib error #42

Closed zdavatz closed 5 years ago

zdavatz commented 5 years ago

With the latest build done by Miele-Easy I get the following error:

dyld: Library not loaded: @rpath/libpng16.16.dylib
  Referenced from: /Users/zdavatz/software/miele-lxiv/source/miele-20190508_1741/miele-7.3.46/build/Distribution/miele-lxiv.app/Contents/MacOS/miele-lxiv
  Reason: image not found
(lldb)

Great Readme BTW!! Thank you!

bettar commented 5 years ago

The README file clearly tells you to build the Development configuration, and you are getting the error with the Distribution configuration. I suggest you first build the Development configuration as instructed. One great advantage of building the Development configuration is that the application is not sandboxed !

zdavatz commented 5 years ago

thank you!