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

navigationSplitViewColumnWidth for MacOS Ventura bug

I was working on an app for macOS 12 but as Ventura came in, I wanted to upgrade to it and so get an app for macOS 13. I had to remove every single NavigationView as they are now deprecated, and replace them with NavigationSplitView or…
MaxAuMax
  • 83
  • 7
3
votes
2 answers

macOS 13 upgraded the xcode git commandline tools always try to find old SDK, even installed git it still claims I need to install

xcodebuild: error: SDK "/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk" cannot be located. git: error: Failed to determine realpath of…
Nicholas Jela
  • 2,540
  • 7
  • 24
  • 40
3
votes
0 answers

Compiling fortran fails in a conda environment on MacOS Ventura with Xcode 14

After I started using MacOS Ventura with Xcode 14, compiling a Fortran code in a conda environment failed. The error seems to be due to ld: ld: unsupported tapi file type '!tapi-tbd' in YAML…
Joe
  • 95
  • 6
2
votes
2 answers

(macOS Bash) 2 seemingly identical strings are not equal, only showing differences with "set -x"

1st Question on stackoverflow, please tell me if I did something wrong. I want to collect members of the admingroup and compare them to the local users (some accounts excluded via grep -v). Comparing them kinda does not work as its always showing 2…
2
votes
2 answers

Error running '__rvm_make -j8' RVM install on OSX Ventura

Since it's literally been months now I figured I'd finally just get on here and ask. I can't install any version of Ruby at all using RVM on MacOS Ventura. It doesn't seem to be related to problems that other people have had with this. I've tried…
mystic cola
  • 1,465
  • 1
  • 21
  • 39
2
votes
2 answers

ADB server didn't ACK on MacOs: Ventura 13.2

I can't connect to Macbook real android devices through ADB. On the android device, the Allow USB debugging? When I click on OK I see the device in the list with the authorizing status. and the same dialog window appears again. But when clicking…
Gomes Ben
  • 43
  • 7
2
votes
1 answer

How to set an image as the label of a Menu on MacCatalyst with SwiftUI in Ventura 13.3.1

I want to open a dropdown Menu on macOS when the user clicks on an Image. I am using Mac Catalyst Interface: Optimize for Mac. I was previously able to accomplish this using the .buttonStyle(.plain) Here is the code: Menu { Button { …
AxelB
  • 21
  • 2
2
votes
1 answer

How to make homebrew-installed mysql and mysql@5.7 work independently?

I installed (because I need them) both mysql (thus 8.0) and mysql@5.7 via homebrew on a MBP Apple M2 w/ Ventura 13.3.1 I properly set up the (first) mysql install; Now I switched to the mysql@5.7: firstly I noticed it didn't had a proper database…
maxxyme
  • 2,164
  • 5
  • 31
  • 48
2
votes
0 answers

Xamarin.Mac NSSavePanel() does not show up and returns "-2" when passing the file access security policy in sandbox in Xcode 14.2

This problem did not happen before macOS Ventura(Xcode 14.2), but I think the process of handling the security policy to Sandbox file access has changed significantly since this current version. I have not changed any code, but when I run…
2
votes
0 answers

Mac 13. 2.1 - Need applescript to control the noise canceling of AirPods Pro

For some reason I'm getting the error Can't get menu bar 1 of process SystemUIServer". Invalid index Here is my code: set AirPodsName to "Joris's Aripods Pro" tell application "System Events" tell application process "ControlCenter" set volMenu to…
Ryan
  • 21
  • 2
2
votes
0 answers

MAC OS VENTURA - Problem to connect to any api

I've been using the MacBook Pro Ventura for about 2 months, I work with PHP and Laravel and after switching to Ventura I'm having a problem, when I try to connect some API using Laravel's Guzzle, local or external, i get the error: objc[81552]:…
2
votes
1 answer

Docker-compose volumes on MacOS Ventura (13.1) are all empty

I'm running into an issue with MacOS Ventura where by all bind volumes - where I link a directory on my host machine to one on the container - created with docker-compose are empty. I've tested the same scripts on MacOS 12.4 and 12.6 and they work…
Paul Danelli
  • 994
  • 1
  • 15
  • 25
2
votes
0 answers

Terminal on brand new macbook 2023 with Mac OSX Ventura 13.2 gives error "zsh: command not found: python"

Terminal on brand new macbook 2023 with M2 chip and Mac OSX Ventura 13.2 gives error "zsh: command not found: python". Haven't been able to find answer on google.
esd100
  • 499
  • 1
  • 7
  • 14
2
votes
3 answers

MongoDB 6.0.x - No longer runs on macOS Ventura 13.1 or 13.2

Just upgraded (14.12.2022) to macOS Ventura 13.1 (22C65). Using Mongo on /usr/local/Cellar/mongodb-community/6.0.1/bin: brew services restart mongodb-community@6.0 Stopping `mongodb-community`... (might take a while) ==> Successfully stopped…
NOTiFY
  • 1,255
  • 1
  • 20
  • 36
2
votes
1 answer

C++: error: unexpected token in '.section' directive while compiling C++ code in macOS

I've recently upgraded my Mac to macOS Ventura, and upgraded my g++ to g++-12 using homebrew. But later I found I will get the error: unexpected token in '.section' directive while compiling in a code like…
1 2
3
21 22