Questions tagged [macos-ventura]

macOS Ventura (version 13) is the nineteenth major release of macOS.

macOS Ventura (version 13) is the nineteenth major release of macOS, Apple's desktop operating system for Macintosh computers. The successor to macOS Monterey, it was announced at WWDC 2022 on June 6, 2022. It is named after the city Ventura in California, following the home state naming system that started with OS X Mavericks.

323 questions
0
votes
0 answers

MongoDB Server not starting - Mac OS Ventura

I am on a M1 MacBook Air running Mac OS Ventura. I have a fresh install of home-brew and MongoDB Community@6.0. But when I tried the command mongod --config /opt/homebrew/etc/mongod.conf --fork I am getting the error about to fork child process,…
Sravan SS
  • 79
  • 1
  • 12
0
votes
1 answer

Homebrew elasticsearch/kibana installation is failing

I have updated to macOS ventura, there was some issue with ES(v7.17.4) so I uninstalled it and now when I'm trying to re-install the same, running into below…
SK0
  • 13
  • 1
0
votes
0 answers

Multi-line UIAlertController freezes on macOS Ventura

After upgrading to macOS Ventura I can no longer have multi-line alert views with a scroll bar. The dialog will not show and the app freezes. let myAlertTest = UIAlertController(title: "TITLE", message: "If this line is too long, the app will freeze…
0
votes
2 answers

AppleScript: problem after upgare to Ventura: buttonnot found

I have a simple script that automates the command "Export Library" in Music. It does the following: tell application "System Events" tell process "Music" set libmenu to menu item "Library" of menu "File" of menu bar 1 click menu…
Gideon Av
  • 111
  • 1
  • 1
  • 7
0
votes
0 answers

Xcode 14 stuck on installing components on ventura mac os

xcode 14 stuck on installing components on ventura mac os. When I open Xcode and try to install platform and comonents Application not responding and got stuck. Installing from appstore as well as downloding from store both cases it got stuck. When…
0
votes
2 answers

Your Command Line Tools (CLT) does not support macOS 13

I am using MacOS Ventura 13.0, and here CLT does not support. I am facing this issue during installing heroku cli using brew. I tried to resolve this issue using the suggestions, but not working.
Ping Zhao
  • 266
  • 5
  • 19
0
votes
1 answer

Macos Ventura, #error SDL for Mac OS X only supports deploying on 10.7 and above

I just updated to Macos Ventura, however when I try to compile my project which was compiling cleanly before I updated, I get the below error message. Here is one of the outputs of the error message: In file included from…
Vraj Shah
  • 536
  • 2
  • 7
  • 19
0
votes
0 answers

Monitor for Keypress in Meun/Picker in SwiftUI on MacOS

I'm learning SwiftUI programming by trying to duplicate basic features in the MacOS Finder. The groups button in the Finder window (screenshot below) has me stumped. Clicking the menu shows the group options, while option-clicking shows the sort…
user09274385
  • 55
  • 1
  • 9
-1
votes
0 answers

VSCode `Command + X` cutting no matter what it is set to

I am trying to use emacs keybindings in VSCode on a MacBook Pro (Ventura). I won't go through the entire process and issues I've had, but the end result is that it seems impossible to override the "Cut" option in VSCode on Mac. I've removed ALL…
Isaac Wolf
  • 317
  • 2
  • 9
-1
votes
1 answer

MaOS 13.5 - Conda converting all channel file:///opt/intel/oneapi/conda_channel into intel channel

I have installed Intel oneAPI Toolkits (Base and HPC) and I have the following installed packages with "conda list" : # conda list # packages in environment at /opt/intel/oneapi/intelpython/latest: # # Name Version …
guizmo133
  • 11
  • 3
-1
votes
0 answers

Interrupt Signal Ignored On Command Line

Quite a few commands from OSX ignore SIGINT from CTRL + C, while SIGQUIT from CTRL + \ does the job. The zsh(1) key-binding intr looks correct by default. Is SIGINT deprecated in some way? I believe this used to work on previous releases. % stty…
Pascal de Kloe
  • 523
  • 4
  • 12
-1
votes
0 answers

find and grep are not working with regex when german umlaut ü ä ö is present on MacOS Ventura 13.4.1

OS: MacOS Ventura 13.4.1 Terminal: zsh I am trying to list all files/folders in a directory that do include german letters ä ü ö. To test my regular expressions I created a test folder containing the following files: ./ü ./aüa I tried a very simple…
Patrick Dorn
  • 756
  • 8
  • 13
-1
votes
0 answers

After updating Anaconda on Mac, all notebooks have disappeared

I have been using Jupyter notebooks with Anaconda on my Mac without a hitch for several months. There was an issue trying to open it today - there was a question mark over the icon, so I figured I would update it. Now that the app is updated, I…
-1
votes
0 answers

Why Gatekeeper on macOS Ventura (13.5) does not detect changes to *.js or *.json files?

According to this, in macOS Ventura, Gatekeeper should detect changes to signed & notarized applications not only before the first start of the downloaded application, but on every application start. Our application is an electron app, so it…
Urs Meili
  • 618
  • 7
  • 19
-1
votes
0 answers

all git command doesn't work in Mac OS(Operation not permitted )

Git works well on Mac, but from some point it doesn't work. user@userui-MacBookAir  ~  git init test warning: unable to access '/Users/user/test/.git/config': Operation not permitted fatal: unknown error occurred while reading the configuration…
Neo87
  • 1
  • 2