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

MacOS Monterey 12.2.1 Keeps Asking for Accessibility Permission for an App When Launched from XCode 13.2.1 Even After Granting the Permission

When I launch an app from Xcode in order to debug, it keeps asking accessibility permission even after granting it. If I archive, run from finder, and grant accessibility, it works fine. I also tried removing the app from security & privacy. It used…
jl303
  • 1,461
  • 15
  • 27
4
votes
2 answers

How to Detect macOS Big Sur and/or Monterey in JavaScript?

I am running macOS Monterey (12.2) with Safari 15.3. I am trying to use JavaScript in Safari (or Chrome) to programmatically determine the version of macOS installed. When I run the following command: var nAgt = navigator.userAgent; I get the…
HirsuteJim
  • 529
  • 4
  • 13
4
votes
1 answer

Git push pull clone commands on macOS don't do anything after upgrade to Monterey

I recently upgraded to macOS Monterey and noticed that I cannot do any git commands that affect an onliene repo. Commands that are affected so far are git push git pull git clone All commands just output notinng. Literally. I type them in and there…
Giorgio
  • 121
  • 8
4
votes
1 answer

ImportError: dlopen (Apple Silicon)

I am new to python, I was trying to import some libraries. import sys import cv2 import face_recognition import pickle But, I get this error in VS Code. When I run the same thing on PyCharm CE, It doesn't even recognize the module cv2. I know, I…
4
votes
1 answer

Cannot create a Bluetooth SPP connection on MacOS Monterey

Since upgrading to macOS Monterey, we have been unable to create a Bluetooth SPP connection to any hardware device. The SPP service does not appear to be supported. When listing the services for the device, the SPP service is not listed at all, as…
h4bit
  • 91
  • 7
4
votes
1 answer

Android emulator doesn't work on MacOS Monterey?

I recently upgraded my Mac from MacOS Big Sur to Monterey. After doing so, I cannot get the Android emulator to run. It tries to start, but gets stuck on the "Connecting to the emulator" screen. It worked fine before I upgraded. I tried wiping and…
Flarosa
  • 1,287
  • 1
  • 13
  • 27
4
votes
1 answer

Apple Clang 13 C++20 Module Support Missing

According to official documentation, Clang 13 supports C++20 Modules thru the use of a -fmodules command-line parameter. I cannot even get a basic module to compile using Clang 13 (macOS Monterey) either on an Intel or M1 based macs. Assuming the…
Nic
  • 337
  • 2
  • 12
4
votes
3 answers

Cant run virtualbox after updating mac to 12.0.1 monterey - error with host only adapter

I'm running a virtualbox image using vagrant on mac. Everything worked fine untill I updated to the latest Mac version (12.0.1 Monterey). When I try to start up the machine using vagrant up I get the following error: Command: ["hostonlyif",…
Maartje
  • 668
  • 1
  • 8
  • 23
4
votes
2 answers

403 Forbidden Error on Post request after upgrade of macOS from BigSur to Monterey

I upgraded my macOS from BigSur to Monterey yesterday, and now I can not make POST requests in postman to my application. when I run curl -i http://localhost:5000 I get a 403 Forbidden error. Environment: Postman Version 9.1.3 (9.1.3) Docker…
Denis Kisina
  • 350
  • 4
  • 19
4
votes
1 answer

Python multithreading didn't work at MacOS Monterey/Apple Silicon

I have a python 3.8 script running multithreading with concurrent.futures module and works fine in MacOS Catalina (Intel). After migrated to MacOS Monterey (Apple Silicon). The python code runs for a long time due to using single thread. I'm using…
3
votes
1 answer

How can I install Lua on macOS Monterey, without admin powers and terminal access? (I have the vscose Terminal available)

I have this school M1 MacBook Air, without admin rights or terminal access. They let me install a few things but only from their list of programs, like vscose and python. I'm trying to install Lua to get started with it, but facing problems with the…
3
votes
0 answers

Problems running tkinter on mac M1 MacOs Monterrey

I'm new to python, I hope someone can help me with this problem. i'm using a mac M1 with OS Monterey 12.5.1. I'm using Python Version Python 3.8.9 (default, Apr 13 2022, 08:48:06) in Visual studio code. (I also tried to run the code in Pycharm and…
Saturn58
  • 31
  • 4
3
votes
1 answer

How to fix HTTPD (Apache) Error 256 on OSX Monterey 12.5

I have a Apache2 installed with Homebrew on a Mac running OSX Monterey. I haven't done LAMP development for a while, so I'm not sure when the error started, but I've recently updated OSX to 12.5. When I returned to working on a LAMP project, my…
nizz0k
  • 471
  • 1
  • 8
  • 23
3
votes
2 answers

Can't restart PHP with homebrew on macOS

I successfully installed homebrew by following the instructions of the official website (https://brew.sh/). /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" It was installed under /opt/homebrew I then…
LCB1997
  • 39
  • 1
  • 1
  • 3
3
votes
2 answers

Ionic 'path' option schema.json

I'm working on an application in ionic/angular, I have updated my operating system to MacOs Monterrey and I have also updated the xCode. Now when I creating new pages it gives me the following alert: The 'path' option in…
dzjuca
  • 33
  • 1
  • 4