Closed clbaeza closed 5 years ago
In an unfortunate turn of events, vapor/auth 2.0.2 depends on changes that went live with Vapor 3.2.0. Therefore, you need to update your project's dependencies.
Close Xcode, then run the following commands:
swift package update
swift package generate-xcodeproj
Then open the project again.
Thanks for the reply. Now it works.