I am trying out my app on another Mac and it runs fine, except that when I try to open a sqlite file, nothing happens. There is no crash of the app, but the db file is’t opened. Any idea why this is?
I think it could be a matter of the compiled app not being correctly compiled for the 2nd Mac, so maybe I need to adjust developer settings in Xojo? How would I do this? What should be the settings?
I am developing this app on a Mac Studio running, Ventura 13.4.1 and try to run the compiled app on an iMac running the same OS version.
@André_van_Haren - macOS is finicky about signing to say the least. If you’re using the simple ad-hoc signing that the IDE provides, that’s only good for the system that you’re developing on.