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
0
votes
1 answer

Xcode Source Extension in Xcode 14.3.1 problem

I'm having trouble testing my Xcode Source Extension in Xcode 14.3.1. When I run it in the Xcode simulator, the extension doesn't show up in the editor. Is this issue specific to me, or has anyone else experienced it? I also tried resetting my Xcode…
0
votes
1 answer

Typing the 'e' key brings the emoji menu when using Pyautogui with Chrome

I was planning to create an automatization using pyautogui. When I want to write a website address to Chrome's address bar via typewrite()function of Pyautogui, the letter 'e' brings the emoji menu. Therefore, it cannot type the address. How can I…
Sam Brown
  • 21
  • 3
0
votes
0 answers

Trying to install hadoop on Mac OS Apple Silicon

I am trying to install Hadoop on my Mac OS laptop using Homebrew, however I am getting the following error: ╰─ brew install hadoop ─╯ ==>…
Geo Badita
  • 13
  • 3
0
votes
0 answers

Apple Mac Ventura Time Machine always want to erase the content of my external drive - how to kep data & time machine backup?

I bought a new Mac Air M1 and I can not find out how to stop Time Machine to erase the content of my external drive. I tried formatting the "container" as the old HFS+ format as explained in Steve Sande's post BUT it does not work. format drive as…
Paul Godard
  • 1,055
  • 1
  • 14
  • 30
0
votes
1 answer

SwiftUI .sheet view resizing issue (testing on macos)

I have the following sample code: import SwiftUI struct ContentView: View { @State private var showModal = false @State private var hmm = true var body: some View { VStack { Image(systemName: "globe") …
LostBalloon
  • 1,608
  • 3
  • 15
  • 31
0
votes
0 answers

Universal Clipboard, Receive Calls Simultaneously, and Available Personal Hotspot aren't working

What I have: iPhone 11 Pro Max is running iOS 16.5. MacBook Pro M1 Pro is running Ventura 13.4. The following features aren't working: Universal Clipboard Receive calls simultaneously on iPhone and MacBook Available Personal Hotspot while Allow…
Alexander Tilkin
  • 149
  • 1
  • 2
  • 13
0
votes
0 answers

Error: DPI-1072: the Oracle Client library version is unsupported in nodejs

I'm trying to connect to the external oracle database using nodejs. Have installed basic package oracle instantclient_19_8 for macOS. Followed this article:…
0
votes
0 answers

Rotate external display with AppleScript in macOS 13 (Ventura)

I would like to rotate one of my 2 external displays 90 degrees (and back), using AppleScript (ultimately, as a Shortcut), on macOS 13 (Ventura) I was able to do this on macOS 12, but things have changed: New Ventura system setting names Unsure how…
Paul
  • 3,920
  • 31
  • 29
0
votes
1 answer

Minikube doesn't start on Mac OS Ventura 13.4 (IF_VBOX_NOT_VISIBLE error)

The problem I'm going to describe is dealt with here, but sadly none of proposed solutions worked for me. After a long period (and maybe after several OS updates) I returned to Minikube but it doesn't start, returning the following error…
Bia
  • 165
  • 1
  • 3
  • 12
0
votes
0 answers

How to solve blurry font in MacOS 13.4?

I upgrade my MacOS system to version 13.4 (ventura). However, I feel the whole system font seems to be blurry (especially in visual studio code). I feel even a little dizzy. How to fix it? My Images are here. vscode system Specifically, I feel…
konicy
  • 1
  • 2
0
votes
1 answer

zsh terminal shows env variables every time it is open on macOS ventura 13.4

I have just updated macOS to the latest version 13.4 (BuildVersion: 22F66) and the default terminal, which is zsh, just got all messed up. Now every time I open it, it shows all the environment variables in the beginning. There is also no syntax…
doomsk
  • 31
  • 5
0
votes
0 answers

Using PySerial on macOS

I want to use pyserial to read data from a serial device with python but I seem to fail at the most basic example. I installed python with 'brew install python3', installed pyserial as said in the documentation 'python3 -m pip install pyserial' and…
user1667906
  • 43
  • 1
  • 6
0
votes
1 answer

Cmake error: invalid version number in '-mmacosx-version-min=12.5'

I am trying to compile a program with cmake on a Mac (M2) running Ventura 13.4. It fails with the following error: The C compiler "/Users/me/anaconda3/bin/x86_64-apple-darwin13.4.0-clang" is not able to compile a simple test…
Josh
  • 1
  • 1
0
votes
1 answer

Why does the Tkinter OptionMenu crash my code (most of the time) when clicked on a second window?

Tkinter inconsistently crashes when using OptionMenu on a second window V. 8.6.11 and 8.6.12 I am trying to create 2 independent tkinter windows where the second one only shows up after the first is closed. I want the second window to have an…
0
votes
0 answers

apple vision framework crashes with larger images?

I've written a script that uses Apple's Vision framework to align two images and save the composite as a new image. Oddly, it works perfectly when the images are small, but when they are larger, it crashes with "abort trap (6)", which isn't an error…
chris.bennett
  • 69
  • 1
  • 6