Questions tagged [macos-monterey]

Released in 2021, macOS Monterey (version 12.4) is the eighteenth major release of Apple's operating system for Macintosh computers. Use this tag for questions relating to macOS APIs that are specific to this version, and also tag your question with [macos]. DO NOT use this tag simply because you are running code on this operating system.

This is a tag for a specific version of macOS. See for details.

475 questions
0
votes
1 answer

MAC OS Monterey Python Build Error: Python Quit Unexpectedly

How do I get past this build error? I have tried setting my build system to both python as well as python3 but the error is quite persistent. Sublime text throwing an error while building.
0
votes
1 answer

Xcode not installing in MAC OS Monterey

I am trying to install xcode 13.3 for mac os monterey from apple store even i have 50gb of storage not enough disk space error is appearing. i have cleared all bin,cache files and i got 60gb even i am getting same issue. I have tried the following…
Sharmila
  • 21
  • 1
  • 2
0
votes
0 answers

Run a bash script to overwrite variables used by Git

I put the following two variables inside .bashrc on my MacOS Monterrey machine: $ export GIT_AUTHOR_DATE="Wed Feb 16 14:00 2037 -0600" $ export GIT_COMMITTER_DATE="Wed Feb 16 14:00 2037 -0600" In the real case the dates are dynamically populated,…
Sean D
  • 3,810
  • 11
  • 45
  • 90
0
votes
1 answer

React Native iOS build keeps randomly failing since moving from Intel/Big Sur to M1/Monterey

I've got a MacBook Pro with M1/Monterey which fails to build an RN project. The build failure doesn't always manifest in the same component, it could be one of several, here's a couple of…
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378
0
votes
1 answer

Xcode13.2.1 M1 build executable not found

I ran into the infamous "executable not found" error when building on the new M1 mac machine (Monterey) on Xcode 13.2.1. I should note I am building an extension (not sure if that makes a difference), the build would be successful and the error…
OLIVER.KOO
  • 5,654
  • 3
  • 30
  • 62
0
votes
0 answers

Why can't I execute pubmex.py python script via the automator workflow?

I'm trying to execute a python script via the macOS Automator by selecting first files and then calling the Automator workflow from my finder as can be seen in the image below. the python file I'm trying to execute is a script that is supposed to…
Kuntante
  • 23
  • 5
0
votes
0 answers

Disable airplay in macOS Monterey

I have been running some containers and applications on some ports in mac for local development and they were working fine (Atleast in catalina and Big sur). To be more specific I was using port 7000 for running an application for local development.…
Kunal gupta
  • 481
  • 2
  • 7
  • 19
0
votes
2 answers

XAMPP (macOS) - No folder access despite user permission

I want to use a custom folder for my apache web server in XAMPP and set it in the httpd.conf-file DocumentRoot "/path/to/directory" I also ensured that the user permission was set for XAMPP to access my custom…
Ljonja
  • 197
  • 9
0
votes
1 answer

"Make failed" when installing Imagick on MacOS Monterey with M1 chip

I use Laravel Valet. I'm trying to install the Image Magick PHP extension (PHP 7.4). I get as far as this: pecl install imagick And I get the error make failed. I'm on MacOS Monterey with the Apple Silicon M1 chip. Any tips?
Mike Mella
  • 79
  • 1
  • 7
0
votes
0 answers

'yarn' error on a Macbook with M1 chip. bash: yarn: command not found

Macbook pro M1 2020 macOS monterey I am creating a website using react in VScode. I am creating it using create-react-app. To execute this, after installing 'yarn', 'yarn start' is used to check the operation of the web page. However, when the…
Glitt
  • 19
  • 5
0
votes
0 answers

macOS python command line stopped working. cannot pickle '_thread._local'

I updated macOS recently and "/usr/local/bin/rethinkdb restore" now no longer works.. /usr/local/bin/rethinkdb restore --force /Users/rob/rdb_backup.tar.gz Extracting archive file... Done (0 seconds) Importing from directory... Traceback (most…
RobH
  • 1
  • 4
0
votes
1 answer

How to install Ruby 3.1.0 on MacOS Monterey

I am trying to install Ruby 3.1.0 using RVM on MacOS Monterey, v12.0.1, but it's returning an error while compiling. I tried updating Homebrew, and uninstalling and reinstalling everything but I am getting the same error. This is the error in the…
0
votes
0 answers

macOS Monterey Heroku CLI error when running remote command

I'm trying to run this command in a Heroku deployed application: heroku run 'POOL_SIZE=2 iex -S mix' -a name-of-the-app And after waiting like a minute or so I get this error: I found this article and already disabled the AirPlay Receiver but the…
tobi
  • 167
  • 1
  • 3
  • 12
0
votes
2 answers

facing error while trying to use git over HTTPS in MacOs Monterey. error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length

I am trying the command "git pull" and facing the error. This started after the MacOS upgrade to Monterey. All my git commands fail with the below error. fatal: unable to access 'https://bitbucket.myenterprise.com:1234/smc/csm/my-service.git/':…
Ankit Ag
  • 13
  • 4
0
votes
1 answer

How to enforce bash to recognize letters case in files names in MacOS bash?

I bumped into the fact that MacOS GNU bash5.1.16 "ls" command doesn't differentiate between lower and upper case in the files names ( weird, I know) e.g. [17:39:28:~/Work/cloud-formation/output/templates$] ls -l Man* -rw-r--r-- 1 geoku staff …