Failed to launch macOS app built in Xcode

10

I’ve built an App in Xcode in release mode. Is signed with valid Developer ID certificate. And the app launches fine on some MacBooks. But on another launch fails with error

The application %name% can’t be opened.

Then I try to launch it from terminal with open command it says

LSOpenURLsWithRole() failed with error -54 for the file /Applications/Gaetano Lunches.app.

And then I try to launch directly the binary file from package contents it says

-bash: /Applications/Gaetano Lunches.app/Contents/MacOS/Gaetano Lunches: Operation not permitted

On all MacBooks app installation from Anywhere is allowed. spctl-master is disabled. Permissions for files are correct. But the app cannot be launched

Leave a Comment