I am getting the following when running a web app in the debugger:
The library is a FreeTDS ODBC driver for SQL Server that I originally got from @Christian_Schmitz’s MBS website. It is being copied into the Resources folder in a build step (after Build and before Sign), and i am loading it using a soft declare. I went to the system Security settings to “Open Anyway”, but that option was not to be found. I don’t get this problem when loading the same library in a desktop app (debugger or built).
Loading drivers like this is new territory for me. Does anyone have any suggestions?
MacOS 15.7.4, Xojo 2026r1.2
Never mind… it looks like the dylib should be in Frameworks, not Resources.
Never mind my never mind. Same problem in the Frameworks folder.
Any suggestions would be greatly appreciated…
Hm, does Web Apps support signing? May you can grab the signed version of the dylib from the Desktop-App?
You should get it from a notarized dmg.
if that doesn’t work, you can remove quarantine:
xattr -cr path-to-dylib
1 Like
Sentinel is a really nice app to have around when you need to launch unsigned apps or use unsigned components.
Where would I find one of those? or do I need to make my own?
I have a few here:
But the freetds-1.1.33.dmg one is not notarized.
Otherwise you can install them with homebrew on macOS.