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

Android sdk manager not working in visual studio 2022 for mac monterey

I'm becoming crazy... I tried three times to reinstall Monterey and Visual Studio 2022 Enterprise for Mac. Fresh install of Monterey last version at today on mac intel (12.4). Install of visual studio 2022 enterprise for mac last version at today…
3
votes
0 answers

Hombrew recompiles PHP unnecessarily for most updates

I have observed on my macOS 12.3 (21E230) for quite some time that Homebrew very often reinstalls the entire PHP package during an upgrade process and thus recompiles it as well. > brew upgrade (…) ==> No outdated dependents to upgrade! ==>…
petarmarj
  • 43
  • 3
3
votes
1 answer

Issue installing any Python version 3.8+ since macOS Monterey update

Prior to the Monterey update, I had a fairly stable method of running x86 versions of Python (3.8, and 3.10) on my M1 Mac by adapting these instructions (basically, arch -x86_64 brew to install x86 versions of Python dependencies and using arch…
3
votes
1 answer

Installed macOS Montery and gfortran now gives error - "ld: unsupported tapi file type '!tapi-tbd' in YAML file"

I upgraded my macOS to Monterey 12.3 and my gfortran code no longer compiles. Initially, running: gfortran -o executable make_executable1.o make_executable2.o gave this error message: ld: library not found for -lSystem collect2: error: ld returned…
P Ball
  • 31
  • 2
3
votes
2 answers

Gem::Ext::BuildError: ERROR: Failed to build gem native extension on macOS Monterey

When I run bundle install on my rails 5 project, I am getting a number of errors on gems that appear to have native extensions. Here is the top of the output for one of those gems: Installing nio4r 1.2.1 with native extensions Gem::Ext::BuildError:…
Neil
  • 4,578
  • 14
  • 70
  • 155
3
votes
1 answer

Apache on Mac M1 Silicon will not load xdebug.so - "code signature not valid for use in process"

I'm setting up a new macbook (Monterey 12.2.1 chip Apple M1 Pro), and installed PHP 7.4 with homebrew. I configured PHP to run as a module for the Apache2 server that comes with MacOS (Apache/2.4.51). I immediately ran into trouble because…
3
votes
1 answer

Homebrew install: error: RPC failed; curl 56 LibreSSL SSL_read: error:06FFF064:digital envelope routines:CRYPTO_internal:bad decrypt, errno 0

Am trying to install homebrew on a Macbook pro Apple M1 with MacOS Monterey but it always fails at this step as shown below. HEAD is now at 472edc06e Merge pull request #12943 from Homebrew/update-man- completions ==> Tapping homebrew/core remote:…
Wasswa Samuel
  • 2,139
  • 3
  • 30
  • 54
3
votes
1 answer

Java app crash on MacOS Monterey 12.0.1 - EXC_BAD_ACCESS (SIGABRT) - KERN_PROTECTION_FAILURE - EXC_CORPSE_NOTIFY

We have multiple reports from users which have upgraded to MacOS Monterey 12.0.1 with our java application with the following error: Crashed Thread: 53 Java: Thread-13 Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: …
Frederic Leitenberger
  • 1,949
  • 24
  • 32
3
votes
1 answer

Why is Firefox Sync icon showing in my task bar when my Mac is completely offline?

I've just loaded FF onto a new Macbook Pro (Monterey), and have also recently signed up for Firefox Sync - to import bookmarks, passwords, etc into this new installation. I'm perplexed at what I'm seeing on the new machine, though. I have the…
Orolo
  • 119
  • 7
3
votes
1 answer

Can't compile c++ program using gcc on Mac after updating to Monterey

*Update: Regarding the similar question macos-wchar-h-file-not-found, the command line tool switch(xcode-select --install) doesn't exist anymore. I am running on macOS Monterey system and I am trying to compile a simple hello world .cpp file using…
Jiali-Z
  • 51
  • 1
  • 5
3
votes
0 answers

Macos Monterey on M1: error: no member named 'signbit' in the global namespace while compiling under g++

While compiling with g++/c++/clang/clang++ I always get: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/numeric:151: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cmath:321:9:…
3
votes
1 answer

Why are my system libraries and frameworks not visible in macOS Monterey?

I was checking some dependencies with otool -L on a dylib I just built, and got the following system dependencies: /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version…
Robin Lobel
  • 630
  • 1
  • 5
  • 16
3
votes
0 answers

Xcode 13.2.1 Crashes on launch on Monterey

I just did a clean install on my mac with the latest MacOS Monterey, since then I had problems launching Xcode. I try to downgrade to Xcode 12 but it also can't launch with a different set of errors. I have removed the Xcode and reinstalled as well,…
Knight
  • 484
  • 4
  • 10
3
votes
1 answer

Mac automator - TouchID for sudo issues with system disk access

The goal is to allow TouchID to be used for sudo command instead of the password. This can be achieved by adding line auth sufficient pam_tid.so into file /etc/pam.d/sudo. Problem is, that MacOS resets any changes to this file after every…
MrKew
  • 333
  • 1
  • 14
3
votes
2 answers

Unable to run latexindent macOS Monterey 12.0.1

I need to be able to run the command latexindent but I get this error every time: Unknown PerlIO layer 'encoding' at /usr/local/texlive/2021/texmf-dist/scripts/latexindent/LatexIndent/Document.pm line 21. Unknown PerlIO layer "encoding" at…