Error when adding Package in Xcode #223
duncangroenewald
started this conversation in
General
Replies: 3 comments
-
|
Hi @duncangroenewald, can you please provide a project that demonstrates the problem you are seeing? There is not enough info to go off of right now. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It might be easier to simply create a new macOS app project and then add the package as a dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I did and it worked just fine, so please provide a project that reproduces the problem. Since this doesn't seem to be an issue with the library I am going to convert it to a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Package Resolution Failed
sqlite-data could not be resolved:
/ sqlite-data
/ Updating from https://github.com/pointfreeco/sqlite-data
Failed to resolve dependencies Dependencies could not be resolved because root depends on 'sqlite-data' 1.0.0..<2.0.0.
unexpectedly did not find the new dependency in the package graph: sourceControl(identify: sqlite-data, location: SwiftPM.SPMPackageDependency.Source...
The add button becomes "Add anyway" and it seems to be added to the Xcode project. Haven't tested any further yet.
Checklist
mainbranch of this package.Expected behavior
Don't expect to get this error message
Actual behavior
No response
Reproducing project
No response
SQLiteData version information
No response
Sharing version information
No response
GRDB version information
No response
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions