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

Getting frequent Kill:9 Error in Xcode and Terminal

I have recently upgraded the Mac OS to Ventura 13.2.1 and Xcode to 14.2, now once I try to compile any application with Xcode, I am getting Kill:9 related issue for random task/framework in the project. I also get Kill:9 issue sometime on terminal…
0
votes
0 answers

adb server always restarts: adb server version (40) doesn't match this client (41)

I can't debug the application to the emulator because adb is unstable as shown in the log below, I tried to do the adb device command three times but the results are different, how do I fix it? $ adb devices List of devices attached emulator-5554 …
Mee Mihoyo
  • 71
  • 1
  • 6
0
votes
0 answers

Mac OS Ventura does not request microphone permission from pyaudio

I have written a program in Python with pyaudio which requires microphone access. The program works perfectly when launched from the terminal but when it is bundled up as an app with py2app it does not request microphone permission when I launch…
0
votes
1 answer

/etc/synthetic.conf not working in Venture 13.2

I used to create a /store directory with a record in /etc/synthetic.conf like: store Users/wnm3/store where the latter is a directory I own in my home directory. Rebooting doesn't seem to create the symlink for /store to /Users/wnm3/store as it…
wnm3
  • 381
  • 3
  • 17
0
votes
0 answers

Bash Script Using API for Online Image Vectorizing

I am a user of vectorizer.io services, but I now need to batch convert and that requires a script utilizing their API. Their customer service sent me a script written in ChatGPT that users have put together, but it isn't working for me (API…
0
votes
0 answers

MySQL Workbench is Crashing (mysql-workbench-community-8.0.32-macos-x86_64.dmg)

I use MySQL for my work and MySQL Workbench as my GUI tool. But now I am unable to retrieve my databases / tables even with a simple query and the application is crashing while running the queries. MySQL Workbench Product Version: 8.0.32 MySQL…
0
votes
0 answers

MacBook Pro: How to make a video in Split View full screen without it taking up the entire width of the computer screen?

In Split View, how can we enter a video's full screen mode such that: it takes up only the width of its specific side of the screen we do not get redirected to a whole new screen that has the video playing in the regular full screen mode that…
Solus
  • 11
  • 3
0
votes
0 answers

How can I fix my pyenv setup to install packages correctly?

The issue: So, as per recommendation I have uninstalled local python versions (except for the Mac default one) and installed pyenv-virtualvenv through brew. (see: [installed python packages in wrong folder][1]) However, whenever I try to install…
jms
  • 215
  • 1
  • 7
0
votes
0 answers

Why is MacOS Ventura preventing SSH logins?

I just got a Mac mini and have Ventura installed and I've enabled Remote Login for all users and full disk access (this is only for internal network access). When I attempt to ssh to it (the Remote Login gui says to use "mac@192.168.68.74") from…
Andrew Christensen
  • 862
  • 2
  • 14
  • 22
0
votes
1 answer

inline menus not showing in ventura mac catalyst

My Mac Catalyst app is built on Monterey 12.6.3 with Xcode 14.2 for minimum macOS Catalina 11.2. The Main menu is defined in the Main.storyboard and has a customized File menu with 3 inline sections. When the app runs in Catalina or Monterey the…
0
votes
0 answers

I'm having problems with libv8 when running rails server on Mac M2 ventura

I had some problems installing ruby ​​2.6.6 in my terminal, and one of them was with libv8 and therubyracer. I was able to solve the problem by installing rosetta 2 and installing the gems as follows alias ibrew="arch -arm64 brew" export…
0
votes
0 answers

How to help Flutter find bundled Java version of Mac OS Ventura?

I've been trying to install Flutter and I am blocked by my Android Studio not being able to find my bundled Java. Flutter doctor tells me on my terminal it's unable to find bundled Java version. I've tried installing a new Java version, uninstall,…
0
votes
0 answers

problem with Ssh key ssh-ed25519 on Vectura macOs & C#

I have a problem with the generation of a ssh-ed25519 key on my macOS vectura 13, I tried a lot of solutions on internet ssh-keygen -t ed25519 -comment and the modification of the ssh-config file HostkeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms…
The lli
  • 15
  • 2
0
votes
0 answers

Installing intl extension on macos ventura in xampp failing

I have tried to follow this procedure in this link https://medium.com/@agaetis/solved-install-intl-php-extension-for-xampp-and-magento-for-macos-mojave-41fa42336fc6 but am stuck on the ./configure step which returns an error below configure:…
0
votes
0 answers

Docker failed to create shim task: OCI runtime create failed M1 ventura

I got the next error message when I run docker run -p 3000:3000 myimage: docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init:…
vmariano
  • 473
  • 2
  • 19