mczachurski / wallpapper

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

Can't build swift #10

Closed AlexSSD7 closed 6 years ago

AlexSSD7 commented 6 years ago

when I type command swift build --configuration release gives an error error: terminated(72): xcrun --sdk macosx --find xctest output:

AlexSSD7 commented 6 years ago

Ok, I resolved this problem by making a new project in Xcode and putting all code there, and compiling it.