beacon_broadcast icon indicating copy to clipboard operation
beacon_broadcast copied to clipboard

iOS - [CoreBluetooth] XPC Connection Invalid

Open luigi741 opened this issue 4 years ago • 3 comments

Greetings,

First of all, thank you for providing this library for the general public. Once the app has launched, I'm getting an error in the Xcode console that says: "[CoreBluetooth] XPC connection invalid"

Below is what I'm using hardware/software wise:

  • macOS Catalina v10.15.4
  • Xcode v11.5
  • Flutter v1.17.1
  • iPhone 6S Plus -- iOS v13.5

I also made sure to add the NSBluetoothAlwaysUsageDescription and NSBluetoothPeripheralUsageDescription permissions to the info.plist file.

luigi741 avatar May 27 '20 14:05 luigi741

Any update on this thread?

I am also facing the same issue

Sikandarkhan avatar Sep 13 '20 02:09 Sikandarkhan

Unfortunately no, I couldn't reproduce it on my side... There are few solutions available on StackOverflow that seems pretty easy, but without being able to reproduce it, I can't be sure they would help.

Feel free to try them and open PR if you find a fix.

pszklarska avatar Sep 13 '20 09:09 pszklarska

For me it only happens if I mount the containing widget after a succcessful scan operation.

indigoswann avatar Nov 18 '20 09:11 indigoswann