-
Notifications
You must be signed in to change notification settings - Fork 653
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
Package resolution failed? #220
Comments
This comment was marked as outdated.
This comment was marked as outdated.
If you need beta, the extact version is "2.0.0-beta.2" |
I got this error once, but it worked either using |
You may also see this warning if you added a package-dependency to the app-target and not the widget-extension target in Xcode. |
Anybody who has solved this issue? I've tried the above suggestions without a result. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using a Mac book pro M1 and I got the warning that says Package resolution failed!
Description
I don't know why but I selected "add anyways" and now whenever I try to
import SwiftUIChart
it just gives me the error that No such module 'SwiftUICharts'.Expected Behavior
In a tutorial the person uses it on iOS 13 device and the guy does not get any warnings at the beginning.
Possible Fix
Maybe the version of Xcode I am using could be the issue, (its the latest version) but probable its because I have M1 (silicon) MacBook.
Your Environment
The text was updated successfully, but these errors were encountered: