Monday, July 1, 2024

macos – Program begins throwing an error on opening

ALL,

Igors-MacBook-Air:Debug igorkorot$ ls -la
complete 118992
drwxr-xr-x  19 igorkorot  employees       608 Jan  8 00:20 .
drwxr-xr-x@  5 igorkorot  employees       160 Jul  1  2020 ..
-rw-r--r--@  1 igorkorot  employees      6148 Oct 15 17:22 .DS_Store
drwxr-xr-x   3 igorkorot  employees        96 Jan  8 00:21 dbhandler.app
-rwxr-xr-x   1 igorkorot  employees    354644 Jan  8 00:09 liblibdbloader.dylib
-rwxr-xr-x   1 igorkorot  employees   7458556 Jan  8 00:20 liblibdbwindow.dylib
-rwxr-xr-x   1 igorkorot  employees   9301388 Jan  8 00:20 liblibdialogs.dylib
-rwxr-xr-x   1 igorkorot  employees    538128 Jan  8 00:10 liblibfieldswindow.dylib
-rw-r--r--@  1 igorkorot  employees   2471144 Dec 24 19:37 liblibhelpers.a
-rwxr-xr-x   1 igorkorot  employees   3842836 Jan  8 00:06 liblibmysql.dylib
-rwxr-xr-x   1 igorkorot  employees   6500008 Jan  8 00:08 liblibodbc.dylib
-rwxr-xr-x   1 igorkorot  employees   4647360 Jan  8 00:06 liblibpostgres.dylib
-rwxr-xr-x   1 igorkorot  employees    343536 Jan  8 00:13 liblibpropertieshandlers.dylib
-rwxr-xr-x   1 igorkorot  employees   2981420 Jan  8 00:11 liblibpropertypages.dylib
-rwxr-xr-x   1 igorkorot  employees   5226584 Jan  8 00:10 liblibshapeframework.dylib
-rwxr-xr-x   1 igorkorot  employees  15820988 Jan  8 00:08 liblibsqlite.dylib
-rwxr-xr-x   1 igorkorot  employees   1384488 Jan  8 00:06 liblibtabledataedit.dylib
-rw-r--r--   1 igorkorot  employees       150 Jan  2  2023 check library.abl
-rw-r--r--@  1 igorkorot  employees     13977 Feb 13  2023 check.qry
Igors-MacBook-Air:Debug igorkorot$ ls -la dbhandler.app/Contents/
Frameworks/ Information.plist  MacOS/      PkgInfo     PlugIns/    Assets/  
Igors-MacBook-Air:Debug igorkorot$ ls -la dbhandler.app/Contents/MacOS/dbhandler 
-rwxr-xr-x  1 igorkorot  employees  1744820 Jan  8 00:21 dbhandler.app/Contents/MacOS/dbhandler
Igors-MacBook-Air:Debug igorkorot$ open dbhandler.app/
LSOpenURLsWithRole() failed with error -10810 for the file /Customers/igorkorot/dbhandler/dbhandler/Construct/Merchandise/Debug/dbhandler.app.
Igors-MacBook-Air:Debug igorkorot$ 

Yesterday every thing labored high-quality and at the moment I began receiving the error on opening the applying.

The appliance is my very own.

I’m making an attempt to run it beneath Excessive Sierra OSX 10.13.6 and it was compiled with Xcode 9.4.1.

No errors was produced and the construct was profitable. And as I mentioned – all labored high-quality till at the moment.

I do get a popup about improve to the newer model of OS, however I do not actually care about that for the time being.

Googling reveals that the error code is for the permission, however as you cn see I do set the +x for the consumer (effectively, not me – the Xcode).

So what goes mistaken? Why am I not in a position to immediately run my very own utility?

TIA!!

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles