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

Puma Rails server won't start in daemon mode on MacOS 13 Ventura after update from MacOS 12

I just updated from MacOS 12.x to 13.0.1 Starting a Rails app with ➜ rails s works fine => Booting Puma => Rails 5.2.8.1 application starting in development => Run `rails server -h` for more startup options Puma starting in single mode... * Version…
1
vote
1 answer

Difficulties installing some gems (rsvg2 and gobject-introspection) on macOS 13

I'm trying to install the following gems without any luck: rsvg2 gobject-introspection Native library of gobject-introspection is installed via brew. I'm using ruby 2.7.2 installed using RVM when ever I try to install rsvg2 or gobject-introspection…
Ibrahim salem
  • 11
  • 1
  • 3
1
vote
1 answer

After Migration from old Mac to new Mac Stderr:VBoxManage: error: The virtual machine 'homestead' has terminated unexpectedly.. because of signal 9

I have migrated from MacPro 2017 to MacPro 2019 when I run vagrant up I stuck in the following error: There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command:…
1
vote
0 answers

Setup macOS13 Ventura with Apple M2 chip - Unable to install header files for compiling C extensions

While setting up a new laptop, macOS 13 Ventura, Apple M2 chip, for RoR. The directions recommend running the following command: sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / The…
1
vote
0 answers

docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))

Facing this error def _retrieve_server_version(self): try: return self.version(api_version=False)["ApiVersion"] except KeyError: raise DockerException( 'Invalid response from docker…
MR.i
  • 115
  • 1
  • 7
1
vote
0 answers

After upgrading to MAC OS 13(Ventura), an error occurred while installing curb (0.9.11), and Bundler cannot continue

Not able to bundle install due to installation failed with curb 0.9.11. Was working fine with Mac OS 12, but after upgrading to ventura getting above error. ERROR: Error installing curb: ERROR: Failed to build gem native extension. current…
1
vote
0 answers

Wi-Fi is not a recognized network service in macOS 13.0.1

I have come across an issue that is usually easily worked around but for some reason I cannot get around it here in macOS 13.0.1. % sudo networksetup -listallnetworkservices An asterisk (*) denotes that a network service is…
1
vote
1 answer

How to use core data on MenuBarExtra in SwiftUI?

Here's my project: struct Project: App { @StateObject private var dataController = DataController() @FetchRequest(sortDescriptors: []) var students: FetchedResults var body: some Scene { MainScene() Settings { Text("Setting")…
FaiChou
  • 767
  • 7
  • 16
1
vote
0 answers

Failed to initialize Flutter engine: error 2 (MacOS Ventura?)

After updating to macOS 13 (Ventura) I get Failed to initialize Flutter engine: error 2 when trying run the macOS version. Here is the full log: 2 warnings generated. 2022-11-08 11:52:15.742 ibtoold[36004:455401] NSFileCoordinator is doing…
1
vote
1 answer

Mac Ventura fails to find compilers

Since I upgraded to OSX Ventura when I try to compile I get the message: gcc: error trying to exec 'cc1': execvp: No such file or directory The same occurs when trying to build Ada programs with Visual Studio Code: [Ada] …
Roger
  • 21
  • 2
1
vote
1 answer

SCNScene initialization from file crashes on macOS Ventura

This is pretty unusual, because I'm unable to replicate the issue on macOS Monterey. I have a SCNScene object that is initialized in viewDidLoad as such: scene = SCNScene(named: "art.scnassets/preview.scn")! And as you can see below, the file…
pedrotorres
  • 230
  • 1
  • 10
1
vote
0 answers

Xcode Simulator Crash with Rosetta error after Ventura update

Upgraded to MacOS Ventura and since then, the tvOS Simulator always crashes just after launching with the following message: rosetta error: unable to get state for thread the runtime suspended Processor : M1 Xcode Version : 14.0 & 14.1(Both…
Alen Alexander
  • 725
  • 6
  • 22
1
vote
1 answer

pyttsx3 stopped working after updating to macOS Ventura

Here is the code that I wrote earlier on Python3.11. ` import pyttsx3 engine = pyttsx3.init('nsss') # object creation TTS_RATE = 150 # speed of tts TTS_VOLUME = 1.0 # volume of tts TTS_GENDER = "Male" # gender of tts (Male or…
1
vote
1 answer

MongoDB installation with macOS 13 (Ventura) (command line errors)

Has anyone with macOS 13 (Ventura) managed to install MongoDB? Getting the following error: ==> Installing mongodb-community@5.0 from mongodb/brew Error: Your Command Line Tools (CLT) does not support macOS 13. It is either outdated or was…
1
vote
1 answer

Xcode stuck on loading screen on macOS Ventura

I upgraded my macOS to Ventura and Xcode just hangs on the loading indicator. I've uninstalled Xcode multiple times and installed again, same thing. When I check Force Quit, it shows Xcode as Not Responding. Can someone help me please? I have a very…
Cee Jaiy
  • 39
  • 7