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

AppleScript Error on Upgrade to Monterey – Mass SMS Text Application

Hoping someone can help with this – I'm running macOS Monterey on an Apple M1 Pro laptop. My AppleScript to send out batch text messages, stored on an Excel file, delivered through the Messages app is now not working – it worked fine on my old…
Steve1754a
  • 197
  • 1
  • 9
0
votes
1 answer

macOS Monterey: VSCode - Kubernetes extension throws an error "Kubectl command failed: fatal error: runtime: bsdthread_register error runtime stack:"

After upgrading to macOS Monterey, the Kubernetes Extension(version v1.3.3) of VSCode (Version: 1.62.0) is throwing the following error whenever it initialise. But the Homebrew installed Kubectl is still working fine in the terminal. Is anyone else…
0
votes
0 answers

unable to successfully install yugabytedb on Macos 12.0.1

following Yugabyte standard install for MacOS, it fails to run on 12.0.1, it does run on MacOS 11 marcsair-m:logs Marc$ cat yugabyted.log [yugabyted start] 2021-11-03 23:07:27,388 INFO: | 0.0s | cmd = start using config file:…
marc t
  • 1
0
votes
0 answers

How to manipulate an e-mail with apple MailKit on macOS Monterey

Together with macOs Monterey apple published MailKit for apple Mail. (https://developer.apple.com/documentation/mailkit) I would like to create an apple Mail extension that can manipulate the from address depending on the to address of a new…
Julian
  • 1
  • 1
0
votes
0 answers

Heap memory allocation in MacOS Monterey

I have just upgraded to MacOS Monterey and I am seeing some unusual behaviour in terms of addresses returned when allocating memory on the heap (malloc/new). It seems that if you ask for more than 256 bytes you get an address just above PAGE_ZERO…
Dim St Thomas
  • 103
  • 1
  • 7
0
votes
1 answer

Unable to start Kestrel on macOS Monterey

I upgrade my macOS Big Sur to macOS Monterey then I try to run my .Net Core app with ASPNETCORE_URLS=http://*:5000 config it gives me error as below 2021-10-27 19:23:25.0068|FATAL|Microsoft.AspNetCore.Server.Kestrel|Unable to start…
Samet ÇELİKBIÇAK
  • 895
  • 3
  • 12
  • 25
0
votes
1 answer

How to localize MacOS folder name?

There was a document from Apple to tell how to localize folder name at here. But on MacOS Monterey it doesn't work anymore. Have any other method to do this? I know a way that changes the file in…
fish
  • 2,173
  • 2
  • 13
  • 18
0
votes
1 answer

Applescript to turn mirroring on and select iPad

I recently updated my mac to Monterey and my old applescript is not working anymore and I get this error: 'System Events got an error: Can’t get pop up button 1 of window 1 of process "System Preferences". Invalid index.' I honestly have no idea…
Anil
  • 15
  • 3
0
votes
2 answers

Unable to get USB bsdname from macOS Monterey 12 Bate4 of Intel processor

I can’t get USB bsdname from macOS Monterey 12 Bate4 of Intel processor: I have use the "IORegistryEntrySearchCFProperty" function to get the bsdName of the io_service_t, It worked fine on macOS Big Sur's M1 and Intel MBP. Also it worked fine on…
0
votes
0 answers

Suppressing verbose console output - SwiftUI / MacOS Monterey

Is there anyway to suppress the very verbose console output I am getting with MacOS Monterey and SwiftUI code? Here's a snippet of the output: 2021-07-20 09:58:18.267602+0100 BBCFTEST[19341:1880374] IMKInputSession (deactivate) CFRunLoopObserver…
Philip Pegden
  • 1,732
  • 1
  • 14
  • 33
0
votes
1 answer

MacOS 12 beta dyld error: file Array.h, line 54

I wrote an QT application which works well on macOS Big Sur. Recently I upgrade to MacOS 12 beta 2. The compile process still works. But the application can't start. The backtrace stack shows it crashes at dyld process. dyld[16971]: Assertion…
Yage
  • 21
  • 4
-1
votes
0 answers

Error: could not find function "read.asc" / macOS Monterey

I am experiencing a weird error when trying to open my ASC file in R Studio. What is especially puzzling is that one day ago, this has still been working. I use the following function to open an ASC file: test_dat <-…
sa-al
  • 3
  • 3
-1
votes
1 answer

OSX: Installing python cmdline tools never works

I'm using OSX Monterey, and whenever I install a python package that is supposed to provide a commandline tool, say pipreqs for example I can never run it as suggested like this: $ pipreqs Instead I am forced to run it as a module like this: $…
pnadeau
  • 427
  • 5
  • 8
-1
votes
0 answers

Installing PyQt4 OR any alternate on Mac M1 Monterey

NOTE- I am JAVA developer and newbie in Python I have a very old project that is build on Python2 and have two parts client and app , I want to install the client on my MAC M1 but for that it needs python2 with pyqt4 . I have got python2 installed…
gladiator
  • 1,249
  • 8
  • 23
-1
votes
0 answers

Not able to ssh into a ubuntu ec2 instance

Reachability Check Image Security Group Inbound Rules Image ufw status Image ssh attempt locally using ssh key Image I have created an ec2 instance using ubuntu. I created a ssh key during instance creation. On successful instance creation I tried…