Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activation of SDK from Xcode necessary #67

Open
JimCEB opened this issue Jan 4, 2023 · 1 comment
Open

Activation of SDK from Xcode necessary #67

JimCEB opened this issue Jan 4, 2023 · 1 comment

Comments

@JimCEB
Copy link

JimCEB commented Jan 4, 2023

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

@awesmubarak
Copy link

I just had this issue while trying to install, and the solution fixed it for me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants