Errors getting node-oracledb to work with hardened macOS app

142 Views Asked by At

I'm trying to get the oracledb node package to work with an electron app. It works fine in development, but breaks when I generate a production build. I've traced this down to code signing / hardening process of macOS where the app cannot interact with the oracle drivers that are installed onto the user machine separately from the app. I've tried disabling the various entitlements but without much luck. Not sure if it's just not possible.

Seems a similar problem happens with the odbc npm package.

0

There are 0 best solutions below