imxieyi / waifu2x-mac

Waifu2x-ios port to macOS, still in Core ML and Metal
MIT License
445 stars 47 forks source link

dyld: Library not loaded: @rpath/libswiftCore.dylib #19

Closed pakoito closed 4 years ago

pakoito commented 4 years ago

After a brew install on High Sierra v10.13.6 I'm finding a library that isn't linked, as per the title

λ MBP ~ → waifu2x --help                      
dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /usr/local/bin/waifu2x
  Reason: image not found
[1]    93255 abort      waifu2x --help
λ MBP ~ → xcode-select -v    
xcode-select version 2349.
imxieyi commented 4 years ago

It looks like swift libraries cannot be located.

Can you try updating to v0.0.4? I uploaded a version with possible fix.

pakoito commented 4 years ago

Yeah, it works now :D What was it?

imxieyi commented 4 years ago

You can take a look at commit log if you are interested.

pakoito commented 4 years ago

Thanks!