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
1
vote
1 answer

Unable to install php intl extenstion in MAC OS Ventura

Iam new to Mac.. I installed Xampp 8.2.0 in php.ini I uncommented the extension=php_intl.dll still not working I am trying to install codeigniter 4 it shows Class "Locale" not found I tried to install pecl install intl; In file included from…
1
vote
0 answers

gfortran does not work properly when Conda is installed on MacOs Ventura

I've been trying to get gfortran working on MacOs Ventura(with a M1 chip) for quite some time. Briefly, the big problem is that gfortran works (when installed via homebrew) until the moment I install Anaconda/conda. After installing Conda, gfortran…
Odilon27
  • 11
  • 1
1
vote
1 answer

Why does lldb only show "dyld" in each stack frame on macOS Ventura?

I maintain a Python library that's written in C++ (using Pybind11). For the past couple of years, I've been able to debug it just fine with lldb, just by compiling the extension in debug mode (i.e.: disabling optimization and including symbols, with…
Peter Sobot
  • 2,476
  • 21
  • 20
1
vote
1 answer

Bootstrap failed: 134: Service cannot load in requested session (macOs Ventura 13.0)

Trying to run this command sudo launchctl bootstrap user/501 ~/Library/LaunchAgents/io.mutagen.mutagen.plist and getting this error /Users/simanta/Library/LaunchAgents/io.mutagen.mutagen.plist: Service cannot load in requested session Bootstrap…
psimanta
  • 46
  • 4
1
vote
0 answers

ICDeviceBrowser - does not find camera in Mac OS 13?

We are using ICDeviceBrowser to find the camera devices connected to a Mac system and it runs ok in macOS 12 but the delegate is never called and the device array is always empty in macOS 13. @interface NKDeviceBrowser () < NKDeviceBrowserDelegate,…
1
vote
1 answer

Bundle Install hanging when installing anything that needs to compile C code (MacOS Ventura)

I updated my machine (MacBook Pro, Intel Core) to Ventura and have not been able to run bundle install on a fresh repo since. The install seems to get hung up on gems that need to compile C code (e.g. msgpack). I am running this within a docker…
1
vote
1 answer

Fastlane doesn't work in MacOS Ventura 13.1 (M1)

When executing fastlane command in terminal, it shows the follow errors in MacOS 13.1 running on M1 chips /Library/Ruby/Site/2.6.0/rubygems.rb:265:in `find_spec_for_exe': can't find gem fastlane (>= 0.a) with executable fastlane…
Henry T
  • 21
  • 2
1
vote
0 answers

Apple script are not working in macos 13(Ventura) for automatically navigate users to system preferences privacy

Apple script are not working in macos 13(Ventura) for automatically navigate users to system preferences privacy tell application "System Settings" --get a reference to the Security & Privacy preferences pane set securityPane to pane id…
Bhautik B
  • 11
  • 4
1
vote
3 answers

Anaconda Installation Failed on macOS Ventura

I am trying to install Anaconda on my new MacBook which has Ventura 13.1 installed. I am installing only for myself and the installation fails. Can someone please help? Edit 1 I have followed this link but I do not see that. Edit 2 As it was a new…
chintan s
  • 6,170
  • 16
  • 53
  • 86
1
vote
0 answers

gdb always fails with SEGV at the beginning of execution

gdb fails with SEGV for each and every program I try to run. It obviously happens before entering main(), SEGV address is always something like 0x0000aaaa9aa5xxx9. It started after upgrade host system, Virtual Box and guest system, but I don't know…
Radoje
  • 11
  • 1
1
vote
0 answers

Python crashing on macOS ARM M1

I recently installed Python 3.10.9 using Brew on my ARM mac (macOS 13.1 Ventura) but when running any of my Python script with PyCharm (native for ARM using a system env with Python 3.10.9 /usr/local/bin/python3), Python crashes and returns one of…
Sjg
  • 11
  • 4
1
vote
1 answer

MacBook plays video sideways in fullscreen mode after upgrading to macOS Ventura

I have MacBook Pro M1 Max, with two monitors, one 34" as the main monitor and one 24" as the side monitor which I use vertically, after upgrading to macOS Ventura this issue started to appear! When I tried to watch a video on my main monitor when I…
1
vote
1 answer

Macos Ventura Disable Three Finger Tap Gesture

How can I turn it off programmatically when the trackpad settings are set to "Tap with Three Fingers" in Macos Ventura operating system? Option 1: Option 2: I tried the following defaults write commands but the changes are not applied without…
1
vote
3 answers

Angular CLI cannot be installed on a Mac computer

I'm using a Mac computer which is currently running macOS Ventura 13.1 I successfully installed node (v18.12.1) & npm (8.19.2) on the computer but when I try to run npm install -g @angular/cli to install Angular CLI, it gave me the following…
Kalhara Tennakoon
  • 1,302
  • 14
  • 20
1
vote
1 answer

Automatic Toggle Grayscale on Mac OS Ventura

i got the following problem: i try to toggle the color filter grayscale automatically when using certain websites (to limit the use of those ;)). I tried several things, however I'm quite new to using Terminal, so that I basical have no clue what…