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

Ruby on Rails, Error when installing pg(1.2.3) [macOS Ventura 13.0, M1]

First time asking a question in stackoverflow, and sorry if my english is bad, but hope someone can help me: So, a project is using: ruby '2.4.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '5.2.0' # Use postgresql…
2
votes
3 answers

Error installing cocoapods: ERROR: Failed to build gem native extension. Ventura

sudo gem install cocoapods Building native extensions. This could take a while... ERROR: Error installing cocoapods: ERROR: Failed to build gem native extension. current directory:…
2
votes
1 answer

Select first item in a list on macOS Ventura

Up until macOS Ventura, the following code would select the first item in the list (in the NavigationView). After I installed Ventura, it stopped. I tried recompiling the app, but nothing. Since the first item is not selected, the other view…
Aleph
  • 465
  • 2
  • 12
2
votes
1 answer

What does this TSAN exception indicate?

When I run my code with TSAN enabled I am getting an EXC_BAD_ACCESS exception thrown. I am seeing the following error in debug navigator: #0 0x0000000104becb44 in __tsan::ThreadClock::release(__tsan::DenseSlabAllocCache*, __tsan::SyncClock*) () The…
Philip Pegden
  • 1,732
  • 1
  • 14
  • 33
1
vote
0 answers

Is there a conflict between nginx and macOS Ventura 13.5?

A few months back I made an update of macOS and suddenly all my nginx was broken. I couldn't event start localhost:8080. After some days trying to figure out what happened, after cleaning all my nginx, reinstall it again and again I finally found…
MaxGenest
  • 31
  • 4
1
vote
1 answer

Pip raises ld: library not found for -lssl when I tried to install psycopg2

I have problem regarding install requirements in my project and install psycopg2. It raises an error. ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command '/usr/bin/gcc'…
Volear
  • 109
  • 1
  • 10
1
vote
1 answer

Brew service getting error in httpd as Bootstrap failed: 5: Input/output error

When I try to brew services start httpd to start, I am getting the below error: Bootstrap failed: 5: Input/output error Try re-running the command as root for richer errors. Error: Failure while executing; `/bin/launchctl bootstrap gui/501…
Script Host
  • 911
  • 1
  • 11
  • 22
1
vote
1 answer

Cannot install gappy on a MacBook with M1 Pro chip

I tried to install gappy package for Python using Anaconda, following the instructions given here: https://pypi.org/project/gappy-system/. However, every time after using pip install gappy-system I got the following output: (gap)…
Igor Sikora
  • 123
  • 4
1
vote
0 answers

Unable to dismiss "NSWindowController" for a Mac app

I have created a menu bar app for Mac. I want to open the app when clicking on menu bar icon. After updating the OS to Ventura (13.4 (22F66)) I am observing an issue where the NSWindowController is getting displayed on launching the app. I was able…
subin272
  • 733
  • 6
  • 24
1
vote
0 answers

a good way to install a new JDK 15 or higher which is on LTS on Mac Ventura 13.3.1a?

I am working on Mac Ventura 13.3.1a. I am using JDK 15.02 and defining the JAVA_HOME in .zshrc as like this export JAVA_HOME=$(/usr/libexec/java_home -v 15.0.2) Every thing is working fine. With the new Changes in the Oracle JDK Installers (JDK…
PraNuta
  • 629
  • 3
  • 12
  • 33
1
vote
1 answer

XAMPP: There is no application set to open the document on Mac Ventura

I have installed XAMPP 8.0.28-0 om Mac OS Ventura. I do not have this issue on Mac OS Monterey. I am unable to launch XAMPP from the Applications folder using manager-osx launcher, I get the error below and I cannot find a suitable application to…
1
vote
0 answers

XCode 14.3 doesn't list iOS devices with 16.4

I'm about to upgrade to Xcode 14.3 and installed that version in addition to version 14.2, where i'm switching between those 2 versions by using the command sudo xcode-select -switch /Applications/Xcode_14.X.app. When version 14.2 is active i can…
1
vote
2 answers

ERROR: Could not build wheels for greenlet, which is required to install pyproject.toml-based projects

I'm trying to install a python-package defined by pryproject.toml and setup.cfg file. I was able to install the package using `pip install .`` in Ubuntu 20.04.1 LTS. But I get the following error when I try install in python virtual environment…
Baenka
  • 243
  • 3
  • 15
1
vote
0 answers

why does this java string not cause an compiler error?

I was trying to use unicode to insert quotes around the "world" in a java hello world program. I forgot to save it and it just worked anyway. I'm just super confused about this. I use a MacBook Pro with macOS Ventura 13.2.1, and openJDK 19.0.1. This…
Cinimod
  • 19
  • 1
1
vote
0 answers

Cannot install gevent on Mac M1

Cannot install gevent inside venv: on Mac M1 (OS Ventura 13.3.1 (22E261)), python 3.9 Running '(cd "/private/var/folders/6j/khw733_d6w52dc93lqy5d0lc0000gq/T/pip-install-bhh121m3/gevent_efb4e03c299d4a319e3ec30bf24e59f5/deps/c-ares" && if [ -r…
Anna
  • 21
  • 1