-
Notifications
You must be signed in to change notification settings - Fork 58
Description
I have managed to build the application in XCode. I placed the build application in the /Applications folder. It works very nice and routes all MIDI as configured. But I cannot close the application in a normal way. Selecting Quit MIDI Patchbay, APPLE+Q, File>Quit, APPLE W or the red close button all do nothing. I have to force quit the application. Then when I reopen the application, all my configured patches are gone and I have to recreate them.
Running macOS Sequoia 15.6.1
Build MIDI Patchbay version 1.1.0 (1)
[EDIT]
I have found the problem. The target Signing & Capabilities File Access Type "User Selected File" was not set to Read/Write". After enabling this and rebuilding, it worked.
Because this option was not set to Read/Write, when closing a changed configuration resulted in a popup dialog to save the configuration that was never shown. It looked like the application did not close. It just was not allowed to show the Save As dialog.