Hi Barry
I also have the same problem, but I successfully to show bluetooth accessory picker now. If your project have SceneDelegate.swift file, maybe you can try this method.
Added var window: UIWindow? property in AppDelegate.swift class
Deleted Application Scene Manifest entry from Info.plist
Deleted SceneDelegate.swift file
Deleted all scene related methods(UISceneSession Lifecycle) in AppDelegate.swift class