On MacOS, you'll need to ensure that your user account is added to the wheel group in order to grant it the permissions needed to access the hardware. This is only necessary once per user.
wheel
Simply run the following command:
sudo dscl . -append /groups/wheel GroupMembership <username>
Last updated 6 years ago
Was this helpful?