You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/11/21 00:04:43 UTC

[GitHub] [mynewt-mcumgr] kabbi commented on issue #103: macos: `mcumgr` process killed

kabbi commented on issue #103:
URL: https://github.com/apache/mynewt-mcumgr/issues/103#issuecomment-974729488


   Got the same issue. It's not related to golang bug of 2017, it's related (at least in my case) to bluetooth privacy changes in Big Sur. This is the instructions I've found in some other [bluetooth-related project](https://github.com/deviceplug/btleplug/blob/dev/README.md#macos-permissions-note) that helped me (part 2, enable bluetooth access for my terminal app)
   
            
   
   # macOS permissions note
   
   To use Bluetooth on macOS Big Sur (11) or later, you need to either package your binary into an application bundle with an Info.plist including NSBluetoothAlwaysUsageDescription, or (for a command-line application such as the examples included with btleplug) enable the Bluetooth permission for your terminal. You can do the latter by going to System Preferences → Security & Privacy → Privacy → Bluetooth, clicking the '+' button, and selecting 'Terminal' (or iTerm or whichever terminal application you use).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org