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.