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

Opening Xcode 13.0 project in Xcode 12.5

When I try to open a Xcode project I'm getting an error message saying : The project at '/Users/.../[].xcodeproj' cannot be opened because it is in a future Xcode project file format. Adjust the project format using a compatible version of Xcode to…
unknown
  • 788
  • 9
  • 24
5
votes
1 answer

No name or address. CBCentralManager no longer working on macOS 12

every since I updated macOS to macOS 12, I have trouble using CoreBluetooth. In one of my apps, I will list all BLE devices using the CGCentralManager class. This has worked for years. But now, when I start my app, the following output appears in…
inexcitus
  • 2,471
  • 2
  • 26
  • 41
5
votes
1 answer

SiriKit: shortcut defined in IntentsDefinition file not showing up in the Shortcuts app on macOS?

I haven't been able to add some basic SiriKit actions to my macOS app in macOS Monterey. To test this out, I created a new project, made it a macOS app with Storyboard. Then I added an intents definition file, and added a basic intent, with no…
Z S
  • 7,039
  • 12
  • 53
  • 105
4
votes
0 answers

Why does the ssh-agent have no identities after starting the agent and running ssh-add?

I am trying to configure ssh for use with github on a new computer. I've attempted to follow the instructions listed in the tutorial on github to no avail. Here's a summary. Using my M1 mac's (macOS 12.6) terminal console, I first check that I…
murky-lion
  • 41
  • 3
4
votes
1 answer

All Python scripts stopped working: path changed in all projects after macOS Monterey 12.6 update

After updating macOS Monterey today to 12.6 all my Python projects/scripts have stopped working. Checking the symlink of a Python binary in one of my project's venv, I see the original to…
n1c
  • 67
  • 1
  • 8
4
votes
1 answer

Unable to Install python 3.6.8 using pyenv on mac Monterey 12.5.1

I'm trying to install python 3.6.8 using pyenv on mac Monterey 12.5.1 but encountering below error python-build: use openssl@1.1 from homebrew python-build: use readline from homebrew Installing Python-3.6.8... patching file…
Rudra
  • 51
  • 5
4
votes
1 answer

Can I mount the root (system) filesystem as writable in macOS Monterey?

I'm trying to make my python code read and write a file at the system root, so I disabled System Integrity Protection following these steps. But when I run the command sudo mount -uw / I get this error: mount_apfs: volume could not be mounted:…
Wejdan
  • 41
  • 1
  • 2
4
votes
3 answers

Electron app not asking for Camera and Microphone permission on macOS Monterey

I have built an application of stack electron and reactjs. I am trying to access the camera and microphone from the application. But the app does not ask for permission when requested and also it does not show in the System Preferences -> Security…
4
votes
0 answers

Running Python3 script in VS Code doesn't recognize environment variables unless running debugger (MacOS)

To clarify I set up the .env file for environment variables correctly and when I run the code either via the built-in terminal (default play button) or to output via the Code Runner plugin, the attempts to grab those environment variables always end…
4
votes
1 answer

Azure Data Studio does not recognize Kerberos Ticket in MacOS Monterey

I am attempting to connect to a Microsoft SQL Server database on a corporate network that is limited to Windows Authentication. I have configured Kerberos and Kerberos does successfully issue a ticket and I can verify that the ticket is valid in…
4
votes
2 answers

Enable php on mac monterey

I try to install php on a mac M1 monterey, but this simple code is not interpretated : I installed php with brew brew install php brew link php I signed the libphp module codesign --sign "certificate" --force --keychain…
krifur
  • 870
  • 4
  • 16
  • 36
4
votes
0 answers

NSUbiquitousKeyValueStore API not working on macOS Monterey

My app uses iCloud key-value storage objective-c api as follows: NSUbiquitousKeyValueStore* iCloudStorage = [NSUbiquitousKeyValueStore defaultStore]; [iCloudStorage synchronize]; [iCloudStorage setString:@"Test"…
4
votes
1 answer

Cannot build for WebGL in Unity "Unable to load shared library 'libproc'"

MacOS 12.3 Unity 2020.3.31f1 Unity Hub 3.1.1 Screenshot of error message After updating to MacOS 12.3 I always got this error. I made unity build before MacOS update without any issues. Anyone got any clue? Thanks!
test
  • 61
  • 4
4
votes
2 answers

SwiftUI macOS NavigationView - onChange(of: Bool) action tried to update multiple times per frame

I'm seeing onChange(of: Bool) action tried to update multiple times per frame warnings when clicking on NavigationLinks in the sidebar for a SwiftUI macOS App. Here's what I currently have: import SwiftUI @main struct BazbarApp: App { …
sobutterysosmooth
  • 775
  • 1
  • 8
  • 11
4
votes
0 answers

Images not loading in macOS 12 & iOS 15 Mail app

Around 3 weeks ago we realized images in our newsletter were not loading when opened in macOS 12 & iOS 15 Mail. When opened in different email apps, and in different versions of macOS/iOS Mail, the images would load with no problem. Switching from…