You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mczachurski,
first, thank you very much for the distribution of this nice tool.
When installing wallpapper via swift build --configuration release in the terminal on my M1Pro MacBook (macOS 12.6.2) I got the following error: ... Package.swift:2:8: error: no such module 'PackageDescription'import PackageDescription
It turned out that this is caused by the the Command Line Tools package being active as pointed out here link by @vzsg.
This can be changed by installing xcode and executing the following command: sudo xcode-select -s /Applications/Xcode.app
Maybe this could be mentioned in the installation guide.
Best,
Jim
The text was updated successfully, but these errors were encountered:
Hi @mczachurski,
first, thank you very much for the distribution of this nice tool.
When installing wallpapper via
swift build --configuration release
in the terminal on my M1Pro MacBook (macOS 12.6.2) I got the following error:... Package.swift:2:8: error: no such module 'PackageDescription'import PackageDescription
It turned out that this is caused by the the Command Line Tools package being active as pointed out here link by @vzsg.
This can be changed by installing xcode and executing the following command:
sudo xcode-select -s /Applications/Xcode.app
Maybe this could be mentioned in the installation guide.
Best,
Jim
The text was updated successfully, but these errors were encountered: