raguay / MyAlfred

This is where I am keeping my Alfred 2, Alfred 3, and Alfred 4 workflows.
442 stars 47 forks source link

Library not loaded: @rpath/directory-1.3.3.0/libHSdirectory #14

Closed iT-Boyer closed 3 years ago

iT-Boyer commented 3 years ago

I updated to the latest version 3.2, and there was a new problem:

[12:18:31.097] ERROR: Template Workflow[Script Filter] Code 6: dyld: Library not loaded: @rpath/directory-1.3.3.0/libHSdirectory-1.3.3.0-ghc8.6.4.dylib
  Referenced from: /Users/boyer/hsg/hugo/Alfred/Alfred.alfredpreferences/workflows/user.workflow.C4A05EBB-3AB8-4521-8689-CF1AC06C290F/./Templater
  Reason: image not found
raguay commented 3 years ago

I was afraid of that. I'm using Haskell to write a command line to make it run faster. I keep thinking it is completed statically, but it's not. I'll keep trying to make it runnable. Sorry for the inconvenience.