We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a local swift package that use https://github.com/logto-io/swift as dependency
https://github.com/logto-io/swift
.package(url: "https://github.com/logto-io/swift", from: "v1.0.0-beta.1")
.package(url: "https://github.com/logto-io/swift", from: "v1.0.0")
.package(url: "https://github.com/logto-io/swift", from: "1.0.0")
all above options won't work as expected
when i switch to clone it in local workspace , it works
.package(name: "LogtoSDK", path: "../LogtoSDK"),
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a local swift package that use
https://github.com/logto-io/swift
as dependency.package(url: "https://github.com/logto-io/swift", from: "v1.0.0-beta.1")
.package(url: "https://github.com/logto-io/swift", from: "v1.0.0")
.package(url: "https://github.com/logto-io/swift", from: "1.0.0")
all above options won't work as expected
when i switch to clone it in local workspace , it works
.package(name: "LogtoSDK", path: "../LogtoSDK"),
Describe the bug
Expected behavior
How to reproduce?
Context
Screenshots
The text was updated successfully, but these errors were encountered: