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

Postgres server error on mac ["root" execution of the PostgreSQL server is not permitted. The server must be started under an unprivileged user ID]

Anyone to help me solve this issue that has been on my case for the last couple of hours? I have so far tried all suggested solutions but can't seem to find anything working. Error: "root" execution of the PostgreSQL server is not permitted. The…
Kas Barlow
  • 101
  • 2
  • 7
6
votes
3 answers

Heroku CLI not working after update to macOS Monterey 12.2

I updated my macOS from Catalina to Monterey 12.2 a few days ago, and am no longer able to access Heroku from the command line (using zsh). Normally, running heroku login from the terminal will open Heroku in a web browser, and after logging in, I…
6
votes
2 answers

Error "[general] *** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving ..."

I'm on macOS Monterey (12.0.1), not iOS, objective-c, XCode 13 I'm receiving this log message after building my app for arm64: [general] *** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString'…
Pat_Morita
  • 3,355
  • 3
  • 25
  • 36
6
votes
2 answers

Why PyCharm tkinter GUI is not working in macOS Monterey 12 update?

Today I updated the macOS to Monterey. And so far faced some problems for which I got few solutions, but for this problem there no Solution anywhere!! When I run a tkinter program then GUI window is blank black. This is a headache for me…
Dhondi Pranav
  • 85
  • 1
  • 6
6
votes
0 answers

Crash on MTLDebugCommandBuffer lockPurgeableObjects in macOS 12 beta

We see strange crashes when running our app on macOS 12 beta 21A5522h. We have not been able to fully identify the issue but it seems to happen on continue video playback in an AVPlayer after the app has been in the background. Xcode points to some…
Jory de Kort
  • 262
  • 2
  • 13
5
votes
1 answer

Miniconda cannot create an environment with Python 3.7 installed in it (macOS Monterey M1 chip)

I am trying to create an environment in miniconda with python 3.7 in my macbook air(macOS Monterey Apple M1 chip) as below, conda create --new newenv python=3.7 However I get the below error- PackagesNotFoundError: The following packages are not…
5
votes
2 answers

Closed ports on docker host (OSX) are staying/reporting open on the internal docker network

After upgrading Docker to 4.6.0 on OSX 12.3 I've had a bit of an odd issue when I stop the xdebug listening client in PHPStorm, it seems that subsequent requests always times out because docker is reporting that host.docker.internal has port 9003…
gkr34kg
  • 91
  • 4
5
votes
1 answer

Xcode 13.3/XCFramework compile error: section __DATA/__bss has type zero-fill but non-zero file offset for architecture arm64

One of my XCFrameworks throws the following error when building with Xcode 13.3 on running on the M1 chip. section __DATA/__bss has type zero-fill but non-zero file offset for architecture arm64 There is no error with the same project on Xcode…
jshapy8
  • 1,983
  • 7
  • 30
  • 60
5
votes
1 answer

Can we develop ios15 apps on MacBook pro mid 2012, can we get developer account to download latest MacOS & Xcode on older mac?

I have MacBook pro mid 2012 , running Catalina OS, with Xcode 12.4 I need to get latest MacOS(Montrey) & Xcode 13, to develop apps using iOS 15 for the latest devices available in the market. I am unable to use iOS 15 functions to build apps. How…
5
votes
2 answers

Path to Box Folder in Mac OS Monterey

I recently upgraded my MacBook Pro OS to Monterey and the Box folder/link which was formerly located in my home directory appears to have vanished. I can still see the Box folder as a "Location" in Finder and access files, but I can not use the…
ozborn
  • 980
  • 5
  • 24
5
votes
0 answers

Xcode 13 dependency targets not being built or not found

I have an Xcode iOS project, generated from CMake, consisting of a few targets with a dependency tree like this: Target A Target B Target C - depends on A and B Target D - depends on C A, B and C produce static libraries. D is an executable app…
Adamski
  • 3,585
  • 5
  • 42
  • 78
5
votes
0 answers

Can't debug using lldb on Apple M1 over ssh

When I run lldb with my program then do "run" in lldb, I get error: process exited with status -1 (this is a non-interactive debug session, cannot get permission to debug processes.) I've done both of these: sudo DevToolsSecurity --enable spctl…
Phillip S
  • 51
  • 3
5
votes
5 answers

Weird Android Emulator and Mac tap-to-click sensitivity issue

I'm experiencing a really weird and frustrating issue with the Android Emulator on macOS Monterey. I have "tap to click" enabled on my Macbook Pro (Mid 2015 15"), and it works fine in all other apps. But somehow, when the emulator window is active…
Magnus
  • 17,157
  • 19
  • 104
  • 189
5
votes
1 answer

Issue in installing python 3.5.10 using pyenv in macOS - 12.0 M1 ( arm64 )

Tried to install python 3.5.10 using the below command, LDFLAGS="-L$(brew --prefix zlib)/lib -L$(brew --prefix bzip2)/lib" arch -x86_64 pyenv install --patch 3.5.10 < <(curl -sSL…
Shyam
  • 5,292
  • 1
  • 10
  • 20
5
votes
3 answers

Monterey getting localhost to connect error

Just updated to Monterey and getting localhost to connect gives this error: This site can’t be reached localhost refused to connect Following excellent guides with brew I have installed httpd And running this command in MacOS Terminal brew…
paul724
  • 145
  • 3
  • 13
1 2
3
31 32