Category "macos"

Trouble with go get install for mcumgr

I am trying to install MCUMgr on MACos. Here is a link for mcumgr: https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr.html I install the Go Progr

Extracting root and intermediate certificates from .cer file MAC

My question might look very similar to this one: How to get CA Root and Intermdiate certificates from .cer file I need to extract inter and root certificates fr

Speech Synthesis is not working in Safari MacOS 12.3

The Speech Synthesis API does not work on Safari on MacOS 12.3 (It is working on MacOS11). I have the code below where when user clicks a button will call speak

AWS CLI install with homebrew keep error with [SSL: CERTIFICATE_VERIFY_FAILED]

My system is M1 Mac with macOS 12.3.1 and aws cli install via homebrew when tried to run aws s3 ls it keep error with SSL validation failed for https://s3.{awsr

How to open a saved .asm file in MARS on MacOS

I am new to using MIPS and I can't find how to open a file that I saved. I saved a .asm file under my downloads folder but when I try to open a file in MARS and

How to build openssl for M1 and for Intel?

I have a project which needs to use Libcrypto - and I have two versions of Libcrypto (libcrypto.a (from OpenSSL 1.1.1) built for ARM64) and (lcrypto.a (from Ope

How to enable Touch ID in prompt for password using Applescript in Objective C

I am using a solution from @CarlosP in my objective C app to execute a script as administrator. Link is above but basically it's doing this: NSDictionary *error

Creating universal build for mac os with pyinstaller and python3

I have two mac machines. One is intel based and running big sur and second is M1 and running big sur. I am trying to build a sample hello world package using py

ld: unsupported tapi file type '!tapi-tbd' in YAML file

I am facing an error which running "npm install" (see picture attached) node version: 10.7.0, npm version: 6.1.0 MacOs version: 10.15.6 It's a react native proj

Simulating hold Command key to Multi-select dont work on macOS

Trying to simulate holding command key to multi-select on macOS, but it doesnt work, did I miss something?Key Codes CGEventSourceRef eventSrc = CGEventSourc

Catalina bash shopt direxpand missing

I'm new to macOS coming from Windows and Linux. I want to use bash and found how to upgrade bash on Catalina, version now: GNU bash, version 5.0.18(1)-release (

eth-brownie - No module named <Users.someuser>

Getting this error while trying to run a eth-brownie script on MacOS ModuleNotFoundError: No module named 'Users.xyz' Run command: brownie run scripts/mainne

terminal unix command find problem with setting up modes

I have trouble constructing a single find line to do the following: find all files in the current dir and sub-dir with name ending with ~. or star and end with

Mac brew doctor show Warning: Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in /usr/local/sbin

I try to upgrade python2.7 to python3 on macOS Catalina, when I run brew doctor, it shows: Warning: Homebrew's sbin was not found in your PATH but you have inst

MacOs Catalina 10.15.5 crashes and report gives no clue

I recently updated my MacOs from Catalina 10.15.4 to 10.15.5 (19F101). I use Android Studio as IDE to develop Android apps using Java programming language. So I

Why won't LaunchAgents run my Automator app?

I'd like to run an app I created via Automator every 5 minutes, so I placed the following com.user.wilson.plist file in this folder: /Library/LaunchAgents

Clion can't find a library installed using homebrew

I am working on MacOS and using homebrew to install libraries. The library that I am trying to get working is freeImage which installed just fine using homebrew

Bowtie2 error : " does not exist or is not a Bowtie 2 index"

I'm very new to bioinformatics and RNA-seq so go easy on me. I keep getting the same error when I try perform my analysis. For background: I have a folder calle

SetForegroundWindow on macOS using C#

On Windows I can set a window to be in foreground using this code: [DllImport("User32.dll")] public static extern bool SetForegroundWindow(IntPtr hWnd); ... var

.NET 6 project within Jetbrains Rider on Apple M1 fails to debug or start after updating to Rider 2022.1

I am working on a .NET 6 project using Rider as IDE on macOS Monterey on an Apple M1 Pro. After updating Rider from 2021.3.4 to 2022.1 with the JetBrains Toolbo