No devices discovered on macOS Sierra
See original GitHub issueI was stupid enough to update to the GM of Sierra and of course it broke noble. I can advertise with bleno, but when scanning for devices with noble the ‘discover’ event is never fired. Here is the debug output:
noble addressChange a8:66:7f:3b:17:ab +0ms
yosemite-bindings sendCBMsg: 1, {
"kCBMsgArgName": "node-1473892881102",
"kCBMsgArgOptions": {
"kCBInitOptionShowPowerAlert": 0
},
"kCBMsgArgType": 0
} +6ms
yosemite-bindings xpcEvent: {
"kCBMsgId": 6,
"kCBMsgArgs": {
"kCBMsgArgState": 5
}
} +5ms
yosemite-bindings state change poweredOn +1ms
noble stateChange poweredOn +0ms
poweredOn
yosemite-bindings sendCBMsg: 29, {
"kCBMsgArgOptions": {
"kCBScanOptionAllowDuplicates": 1
},
"kCBMsgArgUUIDs": []
} +6ms
noble scanStart +0ms
This is all I get, there is no further output. I don’t know much about the inner workings of noble, but it seems that not further xpc event is triggered at all. Any ideas on this?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9
Top Results From Across the Web
If your device doesn't appear in the sidebar when connected ...
In the Finder on your Mac, choose Finder > Settings. Click Sidebar. Below Locations, select the CDs, DVDs, and iOS Devices checkbox.
Read more >"No output device found" after Sierra upgrade - Ask Different
I upgraded my iMac (model 14,2) from Mac OS X El Capitan to macOS Sierra yesterday. The update went smoothly except that once...
Read more >macOS 10.13 High Sierra Compatibility Info
14.5 is tested and compatible with macOS High Sierra. LUNA Recording System is not compatible with macOS High Sierra. Spark and UADx plug-ins ......
Read more >How to fix "Bluetooth not available" problem on Mac - YouTube
Fixing “Bluetooth not available” error on Mac.Download CleanMyMac X free edition here:https://bit.ly/3dhPePF What's in the video: 1.
Read more >WH-1000XM3 | Pairing and connecting with a computer (Mac)
macOS High Sierra (version 10.13) ... Once Bluetooth devices are paired, there is no need to pair them again, except in the following...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Update: Turns out this was not a noble issue, but a corruption of BT after the update. For everyone experiencing this, deleting the following plists and restarting
blued
helped for me:/Library/Preferences/com.apple.Bluetooth.plist ~/Library/Preferences/com.apple.BluetoothFileExchange.plist /var/root/Library/Preferences/blued.plist
@BlackWolf you just saved my day. Thank you so much!