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
@aanchalkalani
Just figured out this error can occur if you are trying to use Files (which is currently using Swift 5) with a lower version of Swift like 4.2.1. Try changing your version of Files to "2.3.0". It should work then... but of course you'd be missing a bunch of new features. I'd like to update to Swift 5 without upgrading macOS past 10.13.6, but I'm not sure there's a solution for that.
EDIT: You can also try installing the Swift 5 Runtime Support for Command Line Tools from the More Downloads... section of the Apple Developer downloads.
Hi
While installing in the package getting the below error:-
**error: dependency graph is unresolvable; found these conflicting requirements:
Dependencies:
https://github.com/JohnSundell/Files @ 4.1.1..<5.0.0**
Any help will really be appreciated.
In Package file:-
.package(
url: "https://github.com/JohnSundell/Files",
.upToNextMajor(from: "4.1.1")
),
Thanks,
Aanchal
The text was updated successfully, but these errors were encountered: