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

How to avoid to have is bundle app quarantine flagged by MacOS on Mac M1?

everytime I share a bundle app to a friend, he get his .app quarantine-flagged and he need to use xattr -c "Bundle.app". How to avoid that ?
-1
votes
1 answer

Updated MacBook and now "code ." command in terminal is giving error. Any ideas how to fix?

I updated my 2020 MacBook to Monterey 12.3.1 and when I tried to open Visual Studio Code through the terminal using code . I got the error below /usr/local/bin/code: line 6: python: command not found /usr/local/bin/code: line 10: ./MacOS/Electron:…
-1
votes
1 answer

JMETER non gui: Not able to generate folder using jmeter command line

I am unable to generate a folder/HTML report of jmeter in the command line. I have previously upgraded to the latest java and somehow it did not work. I have downloaded jdk8 but encountered this message below: jmeter: line 128: [: : integer…
-1
votes
1 answer

Selenium on Mac: Webdrivers do not show window

I would like to see the browser window on Mac Os Monterey when using Selenium (the opposite of the headless mode). Example: #!/usr/bin/env python3 from selenium import webdriver from selenium.webdriver.chrome.service import Service from…
-1
votes
1 answer

How to change the style (color) of the swing ProgressBar?

I searched the web and Stack Overflow for two hours straight and I wasn't able to find an answer to my question, I did find answers but they where not working in my case: How to change JProgressBar color? It seems that this solution does not work on…
Mrproex
  • 9
  • 5
-1
votes
1 answer

how to install http in terminal in Macbook pro 2021?

I'm trying to install http using terminal for vscode in Macbookpro this is the website that I use and what I try to install: p5.js manager https://www.youtube.com/watch?v=LdWleSHQTcw sudo npm install -g p5-manager Workflow:…
NetLordOfData
  • 73
  • 1
  • 1
  • 6
-1
votes
1 answer

Python installation on macos

enter image description hereenter image description hereI have a macos and recently installed python 3.6.3 version but the IDLE doesn't get open and send the message " this application cannot be opened" Why is that? How can I solve it? I tried to…
-1
votes
1 answer

installing latest bash on macos 12.x

I was trying a cp command that ran fine under ubuntu 20, namely (base) jr@Historys-MacBook-Air test % cp --backup=numbered src dest cp: illegal option -- - which struck me as weird, so checking the man page I saw HISTORY A cp command appeared…
jeremy_rutman
  • 3,552
  • 4
  • 28
  • 47
-1
votes
1 answer

enable PHP in apache mac m1

I try to install php on a mac m1 working with apache, brew install php It looks fine in CLI php -version PHP 8.1.2 (cli) (built: Jan 21 2022 04:34:05) (NTS) So i try to load the module in the /etc/apache2/httpd.conf file like this : LoadModule…
krifur
  • 870
  • 4
  • 16
  • 36
-1
votes
2 answers

Comparing two versions

I am have the toughest time with this and was wondering if anyone can help. I'm trying to compare two versions and output something if a version is old. Here is an example of what I have. monterey="17612.4.9.1.8" version=$(defaults read…
Lucy_Gucy
  • 1
  • 1
-1
votes
1 answer

swift ios macCatalyst app does not load some views on startup on macOS Monterey

since the release of the new macOS Moterey operating system (12) my MacCatalyst application does not load some views at startup until I resize the window or change focus. If I look at XCode's Debug View Hierarchy these views are not present. If, on…
Meroelyth
  • 5,310
  • 9
  • 42
  • 52
-1
votes
2 answers

MacOs monterey Zsh killed : ls

Why does Mac OS Monterey killing all process in the terminal, even open terminal and write ls then is show every-time. zsh: killed ls same goes for some other commands like " ./gradlew uploadArchives", but all other commands like git is working…
Faraz Rasheed
  • 37
  • 1
  • 6
-1
votes
1 answer

home-brew not installing on macOS Monterey

I am getting below error . Any suggestions to fix this? ==> Downloading and installing Homebrew... HEAD is now at 32a3e1fe2 Merge pull request #12488 from carlocab/service-on_os error: Not a valid ref: refs/remotes/origin/master fatal: ambiguous…
-1
votes
1 answer

Minikube with VirtualBox start not working on MacOS Monterey

I have a Minikube K8s cluster that I have been using for a while, but after updating to the latest MacOS Monterey, Minikube fails to start with the following error. Unable to start the VM: /usr/local/bin/VBoxManage startvm minikube --type headless…
-1
votes
1 answer

Eclipse CDT is not working on macOS Monterey

After upgrading macOS to 'Monterey' Version 12.0.1, Eclipse CPP (4.21.0,2021-09:R) can not be started anymore with the error message The application "Eclipse CPP.app" can't be opened. MacBook model: 2017, Intel Core i5 oracle-jdk: 17.0.1
Alaa Mahran
  • 663
  • 4
  • 12
1 2 3
31
32