googlecreativelab/justaline-ios

CoreBluetooth Error

sbrundage opened this issue · 2 comments

Getting error when searching nearby for friends. API is getting called fine, but getting these errors:

RoomManager:createRoom
RoomManager:createRoom: Trying Room Number: Optional("-LEUWb8knMUzOmmBlE9B")
Room Created with Room Number: -LEUWb8knMUzOmmBlE9B
StateManager: setState - Setting state to LOOKING
ViewController: exitTrackingState
2018-06-08 09:12:00.907167-0400 JustALine[4404:1846719] [CoreBluetooth] WARNING: <CBPeripheralManager: 0x1c00db660> has no restore identifier but the delegate implements the peripheralManager:willRestoreState: method. Restoring will not be supported
2018-06-08 09:12:00.907508-0400 JustALine[4404:1846719] [CoreBluetooth] API MISUSE: <CBPeripheralManager: 0x1c00db660> can only accept this command while in the powered on state
2018-06-08 09:12:00.907638-0400 JustALine[4404:1846698] [CoreBluetooth] API MISUSE: <CBCentralManager: 0x1c0671a00> has no restore identifier but the delegate implements the centralManager:willRestoreState: method. Restoring will not be supported
PairingManager: beginPairing - subscription callback

@sbrundage Can you help me change the color of line I am trying for this change for long time. But i don't able to understand metal kit code If you could help me it would be great

Getting error when searching nearby for friends. API is getting called fine, but getting these errors:

RoomManager:createRoom
RoomManager:createRoom: Trying Room Number: Optional("-LEUWb8knMUzOmmBlE9B")
Room Created with Room Number: -LEUWb8knMUzOmmBlE9B
StateManager: setState - Setting state to LOOKING
ViewController: exitTrackingState
2018-06-08 09:12:00.907167-0400 JustALine[4404:1846719] [CoreBluetooth] WARNING: <CBPeripheralManager: 0x1c00db660> has no restore identifier but the delegate implements the peripheralManager:willRestoreState: method. Restoring will not be supported
2018-06-08 09:12:00.907508-0400 JustALine[4404:1846719] [CoreBluetooth] API MISUSE: <CBPeripheralManager: 0x1c00db660> can only accept this command while in the powered on state
2018-06-08 09:12:00.907638-0400 JustALine[4404:1846698] [CoreBluetooth] API MISUSE: <CBCentralManager: 0x1c0671a00> has no restore identifier but the delegate implements the centralManager:willRestoreState: method. Restoring will not be supported
PairingManager: beginPairing - subscription callback

Facing Same Issue.