mczachurski / wallpapper

:computer: Console application for creating dynamic wallpapers for macOS Mojave and newer
MIT License
3.31k stars 137 forks source link

Error: No such file or directory found during install #32

Closed brandondadam closed 5 years ago

brandondadam commented 5 years ago

Hi, I used this tool before in the past, and tried using it again on a new computer. I installed using brew, but keep getting the error attached below.

Screen Shot 2019-04-07 at 11 35 11 PM

I'm not the most familiar with swift, but is it simply a path issue? It seem like it is looking for the directory: .build/x86_64-apple-macosx10.10/release/wallpapper. Since I am running macosx 10.14.4, would my path change, and therefore need to be updated? I also tried the manual install and got the same issue.

mczachurski commented 5 years ago

Hi. It's because of Swift 5 changes. Now it produces executable file in different folder. I fixed ruby homebrew script. You need to run again:

$ brew update
$ brew install wallpapper