bettar / miele-lxiv-easy

Configure the Miele-LXIV Xcode project in 5 easy steps.
GNU General Public License v3.0
13 stars 2 forks source link

libjpeg.9.dylib: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed #10

Closed zdavatz closed 5 years ago

zdavatz commented 5 years ago
dyld: Library not loaded: /Users/zdavatz/software/miele-lxiv/install/miele-20190321_2029/jpeg-9b/lib/libjpeg.9.dylib
  Referenced from: /Users/zdavatz/software/miele-lxiv/source/miele-20190321_2029/miele-7.1.38/build/Development/miele-lxiv.app/Contents/MacOS/miele-lxiv
  Reason: no suitable image found.  Did find:
    /Users/zdavatz/software/miele-lxiv/install/miele-20190321_2029/jpeg-9b/lib/libjpeg.9.dylib: code signature in (/Users/zdavatz/software/miele-lxiv/install/miele-20190321_2029/jpeg-9b/lib/libjpeg.9.dylib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.
    /Users/zdavatz/software/miele-lxiv/install/miele-20190321_2029/jpeg-9b/lib/libjpeg.9.dylib: code signature in (/Users/zdavatz/software/miele-lxiv/install/miele-20190321_2029/jpeg-9b/lib/libjpeg.9.dylib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.
bettar commented 5 years ago

You should do as you are told in the README file and build the Development configuration. If you want to experiment with other ways of building, you are on your own.

zdavatz commented 5 years ago

For the record: Building from commandline works.