vapor / auth

👤 Authentication and Authorization framework for Fluent.
53 stars 34 forks source link

Problem with Auth 2.0.2 #61

Closed clbaeza closed 5 years ago

clbaeza commented 5 years ago

captura de pantalla 2019-02-18 a la s 11 45 32 a m

vzsg commented 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.

clbaeza commented 5 years ago

Thanks for the reply. Now it works.