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
Using MacOS 12.4 with Xcode 13.4.1 I installed postgres via brew install postgresql.
When I create a new project in Xcode and only add Swift-Kuery-PostgreSQL via Package Dependencies the project stops building complaining about 'libpq-fe.h' file not found.
The header /usr/local/include/libpq-fe.h is installed but looking at the full build log, the directory /usr/local/include is not mentioned.
#5 seems to indication it should work by what I have done, but it is not. Xcode also tells me to install postgresql via homebrew, which I already did. Very confusing...
Can you give any advice here? Thanks!
Joachim
The text was updated successfully, but these errors were encountered:
Hi,
Using MacOS 12.4 with Xcode 13.4.1 I installed postgres via
brew install postgresql
.When I create a new project in Xcode and only add
Swift-Kuery-PostgreSQL
via Package Dependencies the project stops building complaining about'libpq-fe.h' file not found
.The header
/usr/local/include/libpq-fe.h
is installed but looking at the full build log, the directory/usr/local/include
is not mentioned.#5 seems to indication it should work by what I have done, but it is not. Xcode also tells me to install postgresql via homebrew, which I already did. Very confusing...
Can you give any advice here? Thanks!
Joachim
The text was updated successfully, but these errors were encountered: