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
6
votes
3 answers

AppleScript Navigate through MacOS 13 (Ventura) system preferences?

One new feature of macOS 13 Ventura is the new layout and design of the system preferences. However, this caused many of my automation scripts to stop working. Does anyone know how to navigate through the new system preferences? To be precise, what…
Alwin
  • 786
  • 9
  • 19
6
votes
1 answer

MacOS Ventura update changed terminal command location

I recently updated my Mac to MacOS Ventura Beta, causing terminal commands like gcc, pyhton3 and pip3 to not work. Until last week I was able to use them normally, but after the update terminal asks me to download XCode Commandline Developer…
Maxi Simian
  • 61
  • 1
  • 2
6
votes
0 answers

How do I check whether Stage Manager is enabled?

In macOS 13 Ventura How do I check if Stage Manager is enabled in my code? And I want to turn the Stage Manager on or off with code.
EggsBlue
  • 79
  • 3
5
votes
0 answers

Golang dlv debugger stopped working after intel mac 13.2 ventura upgrade

Ever since I upgraded my intel mac to 13.2 Ventura, my golang debugger is no longer working. go -> 1.18 dlv -> 1.20.1 When I try to attach to the go process, I am getting an error message as 'could not attach to pid 19474: stub exited while waiting…
Nertim
  • 59
  • 1
5
votes
1 answer

gmp unit tests failing on Ventura Mac m1

I am running Mac OS Ventura (13.0) on M1 Pro chipset. I am successfully compiling GMP version 6.2.1, but most of unit tests are failing. Either with Segmentation fault: 11 or with Abort trap: 6 Version: GNU MP 6.2.1 Host type: …
odysseasg
  • 121
  • 1
  • 8
4
votes
1 answer

Lots of "Failed to get renderer info [0x5 (os/kern) failure]" coming in console when I debug views

I'm creating a pet project and there's one strange issue. When I open Debug View Hierarchy, a lot of similar errors appear in console. It looks like: 2023-06-14 15:47:07.356740+0300 BFB[19678:4582894] [API] Failed to get renderer info…
Alexey_BH
  • 101
  • 7
4
votes
1 answer

How can I read the "attributedBody" column in macOS' iMessage database?

Apple changed the Messages database schema in the latest macOS Ventura update, and sent messages seem to no longer store their body/content in the text column. The attributedBody column has the content, but it's stored as an encoded blob. Has anyone…
stephancasas
  • 615
  • 3
  • 12
4
votes
1 answer

Code Helper process by VS Code eating my cpu

I've been using VS Code on MacOs for a long time without any issues. But rencently i noticed my machine's fan turned on all the time and when looking on Activity Monitor, the process 'Code Helper' is always using a lot of cpu and only stops when i…
delphirules
  • 6,443
  • 17
  • 59
  • 108
4
votes
1 answer

Why binary rustc compiled with symbols stripped (strip=debuginfo or strip=symbol) does not run? Malformed Mach-o file

I am trying to build a simple HelloWorld application with stripped symbols. Compilation succeeds but when I try to execute it I get "Killed: 9" message (I am running MacOS). compile command: rustc main.rs -o main_stripped -C strip=symbols main.rs…
rubinen
  • 51
  • 4
4
votes
2 answers

Xamarin.Mac: MMP : error MM5309: Failed to execute the tool 'clang'

Since macOS has been upgraded, I upgraded all development environments (Xcode, etc.) and wanted to build with an existing macOS application software project, but I get the following 2 errors and cannot build. macOS Ventura (13.0) Xcode 14.1 Visual…
hibara
  • 137
  • 11
4
votes
1 answer

How to add iOS 13.3 simulator to XCode 14.0.1 on MacOs 13 Ventura?

I am having trouble finding the iOS 13.3 simulator on XCode after I updated my MacOS Version to 13.0 Ventura. The lowest available version to download is iOS 13.7, I need anything at 13.3 or lower. Furthermore, looking through older posts about…
LMG
  • 91
  • 1
  • 6
4
votes
1 answer

In MacOS Ventura file system has changed, Apple Menu shut down, restart are not referred from StandardMenus.nib. What is the new way that is referred?

Earlier MacOS versions taskbar menu were referred from StandardMenus.nib/object.xib. The current MacOS Ventura doesn't have anything mentioned about Shut Down, Restart, Force Quit mentioned under object.xib. Also noted a new file Menus.loctable…
krisdeegee
  • 51
  • 1
3
votes
5 answers

I can't install Anaconda on a MacBook Pro M1 with Ventura 13.3.1

this is my first question here :) When i try to install Anaconda on my MacBook (M1) with Ventura 13.3.1 i receive the following error: "This package is incompatible with this version of macOS." I tried the arm64 installer and the x86 installer, both…
luckyluke
  • 51
  • 1
  • 4
3
votes
0 answers

In-app purchase fails on Apple Silicon Mac

I'm testing IPhone and iPad Apps on Apple Silicon Macs. When I purchase In-app product in the app on Apple Silicon Mac, the payment receipt is not created, so the purchase fails. In console log, it says it doesn't have permission to write to the…
3
votes
0 answers

Electron MacOS Ventura M1 mediaDevices.getUserMedia takes long time

Problem: I have an electron app that uses the camera. The app already exists for a few years with no issues on this side but lately, I have had a new issue specific to Mac M1 running MacOS Ventura. It takes a long time for the camera to load (around…
1
2
3
21 22