Skip to content
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

bug: cannot not use it as package dependency #123

Open
4 tasks
waltcow opened this issue May 5, 2023 · 0 comments
Open
4 tasks

bug: cannot not use it as package dependency #123

waltcow opened this issue May 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@waltcow
Copy link

waltcow commented May 5, 2023

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

  • Logto Cloud
  • Self-hosted, Logto version =
    • Container (Docker image)
    • Raw Node.js

Screenshots

@waltcow waltcow added the bug Something isn't working label May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant