<div dir="ltr">I&#39;ve had success with a Chugin on Windows but have an issue on macOS.<br><br>I build the Chugin in terminal:<br>cmake -Bbuild<br>cd build<br>make<br><br>Then I rename the libWarpBuf.dylib to a WarpBuf.chug and place it in /usr/local/lib/chuck/<br><br>This is the console log in miniAudicle when trying to use the chugin.<br><br>[chuck]:(3:SEVERE):  |  |  | error from chuck_dl: &#39;dlopen(/usr/local/lib/chuck/WarpBuf.chug, 2): no suitable image found.  Did find:<br>/usr/local/lib/chuck/WarpBuf.chug: code signature in (/usr/local/lib/chuck/WarpBuf.chug) 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.&#39;<br><br>How can I fix this?<div><br></div><div>I also tried </div><div>cmake -Bbuild -G Xcode</div><div>and then compiling using the xcode project, with various experiments with provisioning profiles / code signing, but it didn&#39;t work.</div><div><br></div><div>Thank you!</div></div>