-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Failed to resolve ChangeMenuBarColor v1.0.1 with SPM #67
Comments
I am also on macOS 12.6 on a M1 machine and it runs just fine
Do you have Xcode installed and you opened it at least once so it installs all the needed stuff? |
I get the same issue. Fresh install of xcode (and opened), macOS 12.6.1, M1 Macbook Pro
|
Same issue, with Xcode opened. leonjeger@leons-macbook-air ~ % mint run igorkulman/ChangeMenuBarColor Gradient "#F2660D" "#FFB200" "optional_path_to_your_wallpaper" |
Same thing here |
Same thing |
Found the solution! Issue occurs when Swift doesn't find a location for Xcode, to fix this:
|
This looks like a stupid Xcode bug. Open Xcode, go to Preferences, Locations and in Command Line Tools select the current Xcode if if it is already selected. Selecting it again will actually change the path. |
I had the same issue, updating the location fixed the issue. I imagine this could be caused by people adding an empty Xcode.app to ~/Applications to be able to de-select the developer in Spotlight after installing Xcode Command Line Tools, which is required for things like Homebrew. |
"Found the solution! Issue occurs when Swift doesn't find a location for Xcode, to fix this: Open Xcode This worked, thank you!! |
Hi. I wanted to try your app but when I run
mint run igorkulman/ChangeMenuBarColor
I get:Xcode is installed and I created a blank swift project just to be sure.
I'm running macOS 12.6 on m1 mackbook pro.
The text was updated successfully, but these errors were encountered: