ios 13 beta3 mfi connect error

[[EAAccessoryManager sharedAccessoryManager] showBluetoothAccessoryPickerWithNameFilter:predicate completion:nil]



*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[BTDevicePicker showAlert:]: unrecognized selector sent to instance 0x282056600'

I'm getting the same Error message for using :


EAAccessoryManager.shared().showBluetoothAccessoryPicker(withNameFilter: nil) { (error) in }


Since using iOS 13 beta 3:


*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[BTDevicePicker showAlert:]: unrecognized selector sent to instance 0x281171880'


Did you get a fix for this yet?

I'm getting a warning while presenting picker

Warning: Attempt to present <UIAlertController: 0x1060d1000> on <er: 0x10580c340> whose view is not in the window hierarchy!

And getting blank screen after picker dismissal

ios 13 beta3 mfi connect error
 
 
Q