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
2 answers

Running Launchd Services with Non Root User on macOS

I am building a launchctl service which can run a java service. I am able to create launchctl service with root user and test start/stop/status/automatic start at reboot use cases. I am struggling with running same launchctl service with non root…
SRJ
  • 2,092
  • 3
  • 17
  • 36
3
votes
1 answer

'The command "npm install" exited with code 1' error when building an ASP.NET Core app with React on macOS

I'm creating a React.js app with asp.net core on mac OS 12.0.1, I'm trying to build and run this app after initial settings: but then I get this error: /Users/user/Projects/NameProject/NameProject/NameProject.csproj(5,5):Error MSB3073: The command…
Alvarez Fer
  • 31
  • 1
  • 1
  • 5
3
votes
4 answers

Why Xcode can not attach to some programs?

i had to reinstall my MacBook Pro. I have installed the newest macOS & Xcode version so macOS Monterey 12.0.1 (21A559) and Version 13.1 (13A1030d) I'm programming Audio plugins so to test my plugins I'm normally running a DAW (Digital Audio…
TheRealLife
  • 375
  • 4
  • 20
3
votes
1 answer

QSlider in QT misbehaves in new MacOS Monterey (v12.0.1) . Any workaround?

As reported here (https://bugreports.qt.io/browse/QTBUG-98093), QSlider component in QT is not working well in the new MacOS update. If I add two or more horizontal sliders in the same window, dragging the grip in one slider affects the other ones.…
Adriel Jr
  • 2,451
  • 19
  • 25
3
votes
2 answers

MySQL brew cannot run on macOS Monterey?

MySQL suddenly stopped working after updating from macOS Big Sur to Monterey (naive). Local Laravel dev environment suddenly lost connection to MySQL. Couldn't debug it properly (still learning), so decided to do a fresh MySQL installation via brew.…
3
votes
4 answers

vs code is throwing #include error on macOS monterey it worked fine on BigSur

I updated to macOS monterey yesterday and my vs code is not compiling any code since then. It is throwing these errors : #include errors detected. Please update your includePath. Squiggles are disabled for this translation unit…
3
votes
0 answers

macOS Monterey - Android Studio Startup Problem

After switching to macos Monterey version android studio gives the error in the photo. If anyone has any information on this, I would be very happy. I'm wondering if it creates a problem in the application development process.
Arda Kazancı
  • 8,341
  • 4
  • 28
  • 50
3
votes
3 answers

MAMP PRO crashes on launch (Monterey 12.0.1)

Not sure if it's the fault of the new system since I have seen others successfully run mamp pro from MacRumors. And I have tried to give full disk access via system preference, also, I ran sudo /Applications/MAMP/bin/startApache.sh in the terminal…
ibasaw
  • 49
  • 1
  • 3
3
votes
1 answer

ld: unsupported tapi file type '!tapi-tbd' in YAML file '<...>' for architecture x86_64

I'm getting the following error when I try to build one of my projects: ld: unsupported tapi file type '!tapi-tbd' in YAML file '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libSystem.tbd' for architecture x86_64 I've looked at other…
2
votes
1 answer

R/apple problem: error in table() : all arguments must have the same length

I am currently working on an R package, in which I want to build a list of frequency tables of each column of a matrix. When testing on a macOS Monterey Version 12.6.3 (21G419) using R version 4.0.5 (2021-03-31) -- "Shake and Throw" Platform:…
2
votes
1 answer

How to generate flamegraphs from macOS process samples?

Anyone have a clean process for converting samples on macOS to FlameGraphs? After a bit of fiddling I thought I could perhaps use a tool such as flamegraph-sample, but it seems to give me some trouble and so I thought perhaps there may be other more…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
2
votes
0 answers

Why npm -v is slow?

Why does showing npm version command takes more than 1 second? what does it do under the hood? The command I run on my MacOS: $ npm -v 8.15.0 Version: Monterey 12.6.1 (21G217) Updated Feb 15 npm is a symlink to npm-cli.js and npm-cli.js only…
Richard
  • 148
  • 6
2
votes
1 answer

GCloud auth login: Ports 8085 and 8184 possible blocked

I have installed and uninstalled and reinstalled GCloud on MACOS Monterey (Chipset M1) and I'm facing the next situation: When I run in Terminal gcloud auth login, it displays the next message: WARNING: Failed to start a local webserver listening on…
nosequeweaponer
  • 511
  • 10
  • 38
2
votes
1 answer

LaunchDaemon service on MacOS not running until user signs in

I have an app service I want to start at system startup with a plist file: Label
Sean
  • 2,033
  • 2
  • 23
  • 28
2
votes
0 answers

macOS Monterey switching tab text color

I recently updated to Monterey and found out bug in my website. So, I have three tabs, while switching between them other one losses their text, text becomes white, I dunno. Before, at safari 15.0 all was okay. But Monterey has safari 16.0 Tab is a…
whodastack
  • 17
  • 4