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
2
votes
1 answer

Mongo is not installed via Homebrew (MacOS Monterey)

I am trying to use MongoDB on MacOS Monterey, but it does not seem to work. I've installed it via Homebrew, and the /opt/homebrew/Cellar/mongodb-community/6.0.1/bin/mongo is missing. brew list…
user19829881
2
votes
1 answer

How to install Ruby 3.0.4 on macOS Monterey with rbenv

I'm trying to install Ruby for programming on my macOS Monterey with Apple M1 chip. I started off by following these steps: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Ok, great! That…
ajdw
  • 21
  • 3
2
votes
0 answers

Is AVSpeechSynthesisVoice.quality broken?

The quality property appears to be undefined on all of the provided voices (AVSpeechSynthesisVoice). The enum has only two cases, default, and enhanced, which have raw values 1 and 2. I notice some voices are much better than others, and I was…
Rob N
  • 15,024
  • 17
  • 92
  • 165
2
votes
0 answers

Unable to code sign the apache modules in mac

I get the below error while starting Apache root# sudo apachectl configtest [Tue Jun 28 13:31:53.686521 2022] [so:error] [pid 8913] AH06665: No code signing authority for module at /private/libexec/apache2/mod_dispatcher.so specified in LoadModule…
2
votes
3 answers

Downloaded executables cannot execute on host - MacOS Monterey 12.4, Silicon Chip

I was recently trying to run my flutter app. However, when I tried to do so, I got the following error: An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): Application launch for 'com.[redacted]' did not return a…
shreyshrey
  • 515
  • 6
  • 20
2
votes
1 answer

macOS ktrace "-t c" system call tracing available on newer macOS?

Anyone know if there's a way to trace only system calls via ktrace in macOS 12+? (Obviously this is with SIP disabled.) In the past one could trace system calls via: sudo ktrace trace -s -S -t c -c ./some_binary Now the -t is simply Print times as…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
2
votes
1 answer

How to uninstall miniconda via homebrew?

Using MacOS Monterey, m1 chip. Installed homebrew and used homebrew to install miniconda. However, the Miniconda which was downloaded via homebrew did not work. Rather, the miniconda installer works. Thus, i would like to uninstall the miniconda…
2
votes
2 answers

How to set JAVA_HOME in MacOS Monterey when /usr/libexec/java_home returns an error?

I recently got this new MacBook Pro (2021) 16" with MacOs Monterey and trying to install Java (openjdk11). I installed Homebrew and used brew install openjdk@11 to install java. I get following when executed java --version command, openjdk 11.0.15…
Gayal Kuruppu
  • 1,261
  • 1
  • 17
  • 29
2
votes
1 answer

Apache can’t load php7 module on macOS - Monterey

I have installed php@7.4 with brew on my Mac. Everything works fine but when I open localhost in Safari, it just show me php codes. My code :
Alirezakvr
  • 75
  • 1
  • 11
2
votes
1 answer

After homebrew installation and using it to install miniconda on Monterey MacOS, conda is not found.(Q1) How to resolve? (Q2) How to remove miniconda?

Using: MacOS Monterey v12.2, Apple M1 Pro chip. After installation of homebrew and using it to install miniconda with this command 'brew install --cask miniconda' on the mac terminal, it states that conda is not found. Yet, if i key the command…
Postman
  • 51
  • 2
2
votes
0 answers

Openssl install failure on MacOS Monterey M1 (arm64) for R 4.2.0 ("Vigorous Calisthenics")

I recently upgraded my R version to the latest release (4.2.0, 2022-04-22). I am receiving this error message when installing openssl package. I have tried installing from both CRAN and GitHub. This is the error message: Error: package or namespace…
Cameron
  • 41
  • 5
2
votes
1 answer

CODE . command no longer works in terminal

Yesterday, the "code ." command was working perfectly fine. Overnight I did update my Mac to Monterey and now, I'm not understanding the exact reason why this command no longer works. I've already dragged the VS Code app to my applications folder,…
Jchapa
  • 81
  • 1
  • 2
  • 7
2
votes
1 answer

Trying to run Python 3.10 from Terminal after Homebrew install

I used the Homebrew command brew install python@3.10 to install Python3.10 on my Mac. However, when I'm in Terminal and type python and then press Tab, it is only giving me the option for the Python 3 that's located in my /usr/bin/ How do I enter…
aalink
  • 33
  • 1
  • 3
2
votes
1 answer

rails new fails with 'couldn't set additional authenticated data' on macos

I'm trying to get ruby on rails working on a new Mac with an M1 chip. Running rails new fails after append .gitignore with the following error /Library/Ruby/Gems/2.6.0/gems/activesupport-6.0.3/lib/active_support/message_encryptor.rb:173:in…
2
votes
2 answers

PyCharm has failed to load the environment from '/bin/zsh'

I wrote a program about a month ago, and it worked fine. I haven't touched it since than, until today. All of a sudden, I get the warning when opening Pycharm: "PyCharm has failed to load the environment from '/bin/zsh'. Integration with tools that…
Ana
  • 49
  • 4