mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #540] Swift Package cannot be resolved #412
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#412
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @coolcoolkg21 on GitHub (Aug 26, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/540
Before opening the issue, have you...?
Question
Dear authors,
I cloned the project to my mac and try to run with Xcode. It shows an error: Failed to resolve dependencies because Preferences >=2.3.0 contains incompatible tools version and root depends on Preferences 2.3.0..<3.0.0, version solving failed. I've tried and failed doing "Reset Packages Caches", "Resolve Packages Versions", and "Update to Latest Package Versions".

Can anyone help me out? I'm using Xcode 12.2, Swift version 5.4 on M1 Macbook Pro.
Thank you so much.
@waydabber commented on GitHub (Aug 26, 2021):
I think the current version of Preferences requires at least XCode 12.5:
https://github.com/sindresorhus/Preferences
You should try upgrading XCode (you can use XCode 13 beta 5 as well).
@waydabber commented on GitHub (Aug 26, 2021):
I'll close this issue for now but feel free to comment if you have any questions regarding this! Thank you!
@coolcoolkg21 commented on GitHub (Sep 2, 2021):
It works! Thank you.