postgresql-kit
postgresql-kit copied to clipboard
Missing libqp-events symbols in final framework build
Hi, seems that the build process somehow loses some symbols when building the framework. I'm trying to use the libpq-events functions but am getting an "undefined symbol" linker error.
I ran nm on the libpq.a that is generated and see the various symbols (_PQinstance is one such symbol). When I run nm on the framework library, the symbol is not there!
Any idea?