You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I cloned PerfectTemplate and added the Perfect-PostgreSQL connector to Package.swift. After I ran swift build and generated the .xcodeproj file, when I try to compile it in Xcode, Xcode complains that there is no such module 'libpq.' It compiles when I build it without the PostgreSQL connector.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @kurtbitner - sorry I missed this issue as it was on this repo and not the main... did you regenerate your Xcode project file after adding the postgres connector to the Package.swift file? Swift Package Manager works a little strangely like that.
If still an issue please post the contents of your Package.swift file here and I'll take a look.
Hello, I cloned PerfectTemplate and added the Perfect-PostgreSQL connector to Package.swift. After I ran swift build and generated the .xcodeproj file, when I try to compile it in Xcode, Xcode complains that there is no such module 'libpq.' It compiles when I build it without the PostgreSQL connector.
Thanks!
The text was updated successfully, but these errors were encountered: