macOS Connect Doesn't Succeed
I cloned the macOS starter project github.
When I run it and double click on the device that comes up (MetaMotion R) it never gets to the code of ScanViewController.swift line 105 where it should be doing the completion with success handler.
My mac says it is connected and the log output shows that it connected and discovered the services and characteristics.
Any idea why the success never fires?
This discussion has been closed.
Comments
Note, the iOS build does seem to work.
if it's not succeeding, add an error handling continuation to log the returned error.