I am adding Auth0.swift as dependency to my own package and have the strangest error:
product 'Auth0' required by package 'backend' target 'Backend' not found. Did you mean 'Auth0'?
Package URL is added as any other dependency:
but when enabled, it can’t be found:
1 Like
In case someone runs into this you need to specify it this way:
.product(name: "Auth0", package: "Auth0.swift")
tyf
3
Thanks for sharing @scott.champ !
system
Closed
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.