I am trying to add the PostgreSQL database to the book tutorial project, but, after I downloaded the Docker, started running PostgreSQL and modified the Package.swift file as the book suggested, I tried to regenerate the Xcode project, but I keep getting the error below:
Generating Xcode Project [Failed]
‘FluentPostgreSQL’ /Users/victorsmelo/vapor/TILApp/.build/checkouts/fluent-postgresql.git-4102665397048071377: error: product dependency ‘FluentSQL’ not found
Error: Could not generate Xcode project: ‘FluentPostgreSQL’ /Users/victorsmelo/vapor/TILApp/.build/checkouts/fluent-postgresql.git-4102665397048071377: error: product dependency ‘FluentSQL’ not found
Any idea about how can I solve this?
Thanks!