LinkKit icon indicating copy to clipboard operation
LinkKit copied to clipboard

Initializing AbletonLink before main window is initialized

Open germisi opened this issue 5 months ago • 1 comments

After updating my app to SwiftUI I was unable to do any interaction on the ABLLinkSettingsViewController, my app simply crashed.

Got a really similar exception like in this thread: https://stackoverflow.com/questions/79555445/invalid-parameter-not-satisfying-targetnode then followed the suggestion just to initialize/create the ablLink after the UI is initialized. It works this way, I'm just wondering if there is an option to initialize the ABLLinkSettingsViewController after the SwiftUI views are initialized or not.

germisi avatar Jul 28 '25 08:07 germisi