Closed grasmash closed 10 months ago
It occurred to me that I may need to await the search. From searches in Google, the empty object resembles an unfulfilled promise. The example in the README does not use await, but example app does. Will try this when I’m back at my dev machine.
I’ll have to submit a PR to update the README once I had a working example.
That was it.
Hi,
I'm trying to get a simple implementation of this library working:
Running this returns an empty object
and produces the following error:
XPC connection invalid
Any suggestions on resolving this? I'd like to start with list all nearby BLE devices regardless of prefix. However, I've also tried this with values of
prefix
that I know have matching nearby devices.