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
52
votes
5 answers

How can I run older Xcode version on new macOS version?

I am facing a problem running older versions of Xcode on newer MacOS versions. For example, Xcode 13 on MacOS Ventura.
stackich
  • 3,607
  • 3
  • 17
  • 41
29
votes
3 answers

How to use Xcode 13 in macOS Ventura?

I have installed macOS Ventura – the latest version of macOS – and I would like to have a stable version of Xcode (e.g. 13.4.1) running. However, it says "The version of Xcode installed on this Mac is not compatible with macOS Ventura." Is there any…
Hassan
  • 1,106
  • 1
  • 4
  • 16
28
votes
5 answers

Visual Studio 2022 won't connect via SSH on macOS after upgrading to Ventura

I have a working setup with Visual Studio 2022 17.3.6 on a Windows laptop and Mac M1 running macOS 12.6.1. When I run an Uno project or a Xamarin project it connects as expected to the Mac. I just upgraded the Mac to Ventura and am no longer able to…
Jt5
  • 694
  • 5
  • 11
24
votes
2 answers

"Steam" added items that can run in the background

I'm now on MacOS Ventura 13.1. Recently, a pop-up window often appears on my pc. "Background Items Added" "Steam" added items that can run in the background. You can manage this in Login Items Settings. The first time when I saw this notification,…
propoba
  • 371
  • 2
  • 7
16
votes
4 answers

Git not found. Install it or configure it using the 'git.path' setting

Facing error as "Git not found" in VS Code in Mac OS Ventura. How to resolve this error in VS Code on mac? Any Help is appreciated :) NOTE: My GIT is working fine in Terminal but only isn’t recognized in VS Code Source Control (3rd Icon in the left…
Sudir Krishnaa RS
  • 367
  • 1
  • 2
  • 9
15
votes
5 answers

Homebrew can't brew upgrade, warning: You are using macOS 13. We do not provide support for this pre-release version

I upgrade MacOS Ventura 13. When I brew install git, appeared error: Warning: You are using macOS 13. We do not provide support for this pre-release version.
Mike Petrov
  • 776
  • 1
  • 5
  • 13
11
votes
2 answers

Flutter CocoaPods install error macOS 13.0 (Ventura)?

I have an error trying to install CocoaPods for flutter iOS development on an Intel MacBook Pro running with macOS Ventura(13.0). Someone now how I can fix this error issue ? sudo gem install cocoapods (This is the error that I've, is it because I'm…
hdhmergo
  • 111
  • 1
  • 4
10
votes
7 answers

“launchPackager.command” can’t be opened

Just updated my Mac to the official release of Ventura, and I cannot launch my application via react-native run-ios. Expected behavior: running react-native run-ios will launch an Xcode simulator and a terminal window with Metro running. Current…
mattjl
  • 151
  • 1
  • 1
  • 7
9
votes
0 answers

Xcode 14 iOS simulator stuck on black screen

When trying to run the default iOS test App from Xcode, the simulator gets stuck and just shows a black screen. I'm on MacOS Ventura 13.1 with Xcode version 14.2, the simulated iOS device has iOS version 16.2. I created a new iOS App project in…
JakobS.
  • 99
  • 2
  • 5
9
votes
3 answers

Duplication of terminal in macOS Ventura

In macOS ventura I cannot duplicate my terminal app. I want to do this as I have a M1 processor and I want to have one that opens using Rosetta2 and one that opens natively. Any ideas how to get around this?
ushham
  • 185
  • 1
  • 7
9
votes
3 answers

SwiftUI - Nested links within NavigationStack inside a NavigationSplitView not working

I'm playing around with the new navigation API's offered in ipadOS16/macOS13, but having some trouble working out how to combine NavigationSplitView, NavigationStack and NavigationLink together on macOS 13 (Testing on a Macbook Pro M1). The same…
thiezn
  • 1,874
  • 1
  • 17
  • 24
7
votes
2 answers

How to handle lifecycle events for MenuBarExtra in macOS 13 SwiftUI

I'm trying to create a simple menu bar extra in Swift UI using the new MenuBarExtra. I would like the button text in the popover to update dynamically every time the menu is open. I'm creating the MenuBarExtra like this. …
Lukas Valine
  • 183
  • 9
7
votes
2 answers

Valgrind on macOS Ventura 13.0

I'm having troubles installing Valgrind on the macOS Ventura (13.0) through the Homebrew. In the terminal I have tried following. $ brew install valgrind After Homebrew's autoupdate, I got the following message: valgrind: Linux is required for this…
Deenu Yadav
  • 95
  • 1
  • 5
6
votes
1 answer

strtod() does not respect locale on macOS 13.3.1

On macOS 13.3.1, strtod() does not seem to respect the locale set using uselocale(), and does not process decimal points/commas correctly. Is this a bug in macOS? Is there a workaround? Here's a test program that demonstrates that printf() and…
Szabolcs
  • 24,728
  • 9
  • 85
  • 174
6
votes
1 answer

Command + ` (backtick) not working when Stage Manager is on

Command + ` (backtick) for switching between windows of the same app isn't working for me when Stage Manager is on. Tried the steps at: https://www.droidwin.com/command-tilde-shortcut-not-working-in-ventura-fix/ but I found that it would only work…
Quan
  • 81
  • 2
1
2 3
21 22