Category "macos-big-sur"

How to properly pass filenames with spaces with $* from xargs to sed via sh?

Disclaimer: this happens on macOS (Big Sur); more info about the context below. I have to write (almost did) a script which will replace images URLs in big text

Is there a way to download an andorid emulator in Macbook air with M1 chip

I am trying to set up my Macbook air with M1 Chip for mobile app development, the problem is when I am trying to download an android emulator through android st

EACCES: permission denied, open '/Users/stefma/.config/truffle/config.json' after installing Truffle

I tried literally all there is so far and I still can't run truffle macOS 11.6. that's what I tried after of course first installing it with the command npm ins

On macOS Big Sur, how do I get the version of OpenSSL installed through Homebrew to be what is used on the command line?

I’m on macOS Big Sur. I installed OpenSSL via Homebrew like this: $ brew install openssl Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebr

The virtual machine 'vagrant' has terminated unexpectedly during startup with exit code 1 (0x1)

Hello i want to run my project with vagrant. When I use the vagrant up command I get the following error. I was running it before but when I tried it today I go

Cannot link gmp: library not found for -lgmp

I'm trying to install fastecdsa on macOS BigSur (M1 chip) by running (venv) $ pip3 install fastecdsa and even though I previously installed gmp: $ brew install

Creating a macos windowless menu bar application with SwiftUI

I am looking for a solution to create a macos windowless menu bar application with SwiftUI. I have implement the function ralated to the menu bar, the problem i

Unable to install PyAudio on M1 Mac [PortAudio already installed]

I have visited many forums, tried diffrent methods like brew, pip, port and many more but still am facing the same error. View this Image for more detail src/_p

gem install puma -v '4.3.7' fails on Mac OS Big Sur Ruby 2.6.3 Bundler version 2.2.19

symptom: gem install puma -v '4.3.7' crashes • Mac OS Big Sur 11.4 • Ruby 2.6.3 • Bundler version 2.2.19 • Homebrew 3.1.9 jason@ % gem

How to launch headless chrome in OS X

I am trying to launch Chrome in Headless mode for some automation with Selenium and Python. I've tried all the arguments but Chrome will not launch in headless

How to build LLVM (clang,clang++) for Apple M1?

I am trying to build LLVM compilers so that I can enable OpenMP on the Apple M1. I am using the LLVM development tree, (since I saw some OpenMP runtime go into

Cannot install dotnet sdk on mac

I have installed dotnet sdk from https://dotnet.microsoft.com/download/download after installing I run on terminal: dotnet --version and I get : zsh: command no

How to fix VS Code integrated terminal choppy and laggy on macOS Big Sur?

Typing in the integrated terminal in VS Code on Big Sur is very annoyingly laggy and slow. This is the only application that experiences this, iTerm, etc. do no

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

Cannot install sharp with Docker on M1 Mac

Installing sharp on M1 Mac with yarn install is OK, but with Docker results in the following error: error /usr/src/app/node_modules/sharp: Command failed. Exit

_cgo_export.c:3:10: fatal error: 'stdlib.h' file not found while running go test in VS Code after upgrading to mac OS Big Sur

I'm trying to learn select statements in go from learn go with tests. Just before this I upgraded macOS to Big Sur version 11.4. Now I'm trying to run the follo

Is it possible to install Weblogic 12.2.1.4 on Apple M1 computers?

I've been looking for information about this, but I don't find anything. I think there's no version available at Oracle site for installing Weblogic 12.2.1.X on

How do I fix "ld: library not found for -lubsan" while compiling with g++?

When I try to compile my eek.cpp file with g++ eek.cpp -o eek -fsanitize=undefined flag, it shows: ld: library not found for -lubsan collect2: error: ld returne

Cocoapods won't work on new m1 mac Big Sur Xcode

I am getting rid of my 8 year old mac, and am switching to the new m1 macbook air, but none of my old projects are running. I have installed cocoapods succesful

Unable to import opengl.gl in python on macos

I am using OpenGL to render a scene in python. My code works perfectly fine on windows but, for some reason, I'm having issues when importing opengl.gl on MacOS