env ARCHFLAGS="-arch x86_64" gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/MacOS/bin/pg_config
動作しますが、bundle install を実行しようとすると、このエラーがスローされます
Can't find the PostgreSQL client library (libpq)
env ARCHFLAGS="-arch x86_64" gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/MacOS/bin/pg_config
動作しますが、bundle install を実行しようとすると、このエラーがスローされます
Can't find the PostgreSQL client library (libpq)