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

Nscurl result , what could be reasons of failing TLSv3 when not using --bg , when i use API to execute the request it pass?

Nscurl result below, what could be reasons of failing TLSv3 when not using --bg , when i use API to execute the request TLSv3 test pass? could it mean that i'm running behind some sort of proxy which terminating TLS/SSL? when i run nscurl …
-1
votes
1 answer

Xcode can’t be installed on “MACINTOSH HD” because macOS version 13 or later is required

I am currently running macOS Monterey Version 12.6.6 and I cannot install Xcode for Flutter, the prompt is "Xcode can’t be installed, macOS version 13 or later is required." Can anyone provide assistance because I cannot update my Mac to the…
Derick Ea
  • 3
  • 2
-1
votes
1 answer

python: can't open file 'manage.py': [Errno 1] Operation not permitted

When I am running docker-compose up it gives me error: python: can't open file 'manage.py': [Errno 1] Operation not permitted I am using MacOS Monterey, Docker version 20.10.22, build 3a2c30b Docker Compose version v2.15.1 Here is my docker…
-1
votes
1 answer

Keynote: how to export all slides as one single page?

I have a Keynote presentation in which a slide smoothly flows into the next one, graphically speaking. Is there a way to export Keynote slides as one single long page, JPEG / PDF? (Any option would suffice actually.) Didn't find any solution in…
whoisgary
  • 1
  • 2
-1
votes
1 answer

mac m1 error when using sudo in terminal to execute java

I have this problem in mac when trying to run a mvn command as admin by using sudo i am getting this error : The operation couldn’t be completed. Unable to locate a Java Runtime. Please visit http://www.java.com for information on installing…
JcAm
  • 59
  • 1
  • 9
-1
votes
1 answer

Android emulator from Android Studio at MacOS changes time continuously

I've noticed the Android emulator from Android Studio at MacOS 12.6 changes time to some random one. For example it's 16:11 now but emulator shows time 15:16. If I set time to correct one manually it's changed back to wrong one after some time…
Ralfeus
  • 845
  • 9
  • 31
-1
votes
1 answer

How to connect to dockerized Redis Server?

I am unable to connect (timeout) to a dockerized redis server1 which was started with the command of: docker run -it --rm -p 6379:6379 redis:alpine I've tried to start the server with configs: set bind to 0.0.0.0 protected-mode no I am however…
Nae
  • 14,209
  • 7
  • 52
  • 79
-1
votes
2 answers

Error when I try to run my code with VSCode

I have been using VSCode for quite a while now, and I haven't had any problems until now. All of a sudden, I start getting this error when I try to run my code (connect EADDRNOTAVAIL 127.0.0.1:49363 - Local (127.0.0.1:49617)). Here is my VSCode…
Fastnlight
  • 922
  • 2
  • 5
  • 16
-1
votes
2 answers

(zsh: command not found: python) MacOS VS Code

When I try to run the Python code on Visual Studio Code it says zsh: command not found: python. I'm sure the Python extension is installed on VS Code and I have Python 3.10.6 and I'm using macOS Monterey 12.5.1
-1
votes
1 answer

MacOS Monterey 12.6 x86 mysql 8.0.30 won't start

MacOS Monterey 12.6 x86 (MacBook Pro x86) mysql 8.0.30 won't start after install Using System Preferences MySQL icon screen Start MySQL Server icon: Short flash green as if starting, then goes red, not started (where is log for this?) Why won't…
-1
votes
1 answer

c_cpp_properties.json file framework error after update

I was writing code in C++ in VSCode and after I updated the software of my Mac to MacOS 12.5.1, i got an error. This is what my c_cpp_properties.json file looked like. { "configurations": [ { "name": "Mac", …
Min
  • 1
-1
votes
1 answer

How to install ruby on Mac using rbenv?

My problem is ruby -v is not showing the ruby version that I installed (that is 3.0.0). I installed ruby using following commands using homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew…
mac
  • 863
  • 3
  • 21
  • 42
-1
votes
1 answer

How can I get out of this "➜ ~" state in my mac terminal and revert to the normal terminal state?

I tried making a git commit and push from my VS Code application. Immediately after making the commit and push, I realized that my mac terminal was in a different state. This is the image. Can someone help me revert back to my original mac terminal?…
darkhorse
  • 33
  • 1
  • 2
-1
votes
1 answer

Cocoapods is not installing/working correctly on MacOS Monterey

I am trying to install cocoapods but at first I was not able to do it via sudo gem install cocoapods because of some "FilePermission" Error. Then I tried it using homebrew, it got installed but it does not work. It gives me following error: zsh:…
Shubham Ojha
  • 461
  • 5
  • 17
-1
votes
1 answer

Cocoapods error when Initializing react-native app on Mac mini (Apple M1, 2020) running Monterey

I'm on a Mac mini with Monterey OS trying to init a react-native app. npx react-native init AwesomeProject gives me: ✔ Downloading template ✔ Copying template ✔ Processing template ✖ Installing CocoaPods dependencies (this may take a few…
Joth
  • 155
  • 1
  • 2
  • 10