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

issues connecting to Oculus 2 with Android File Transfer after the Ventura upgrade on macbook pro

I've been having issues connecting to Oculus 2 with Android File Transfer on my both of my Macbook Pros. I get the error below. I do have a Mac Mini I upgraded but Android File Transfer continues to work there. I tried reinstalling the app but had…
myfunnyfella
  • 1,357
  • 3
  • 18
  • 25
0
votes
0 answers

Mac installer not installing the payload on the Mac

I’m using pkgbuild to build a Mac installer. I specify the —-install-location as /Applications. I build the package with no issues when I install the pkg it says installed successfuly but many of the files in the payload are not been installed on…
0
votes
1 answer

Unity Transport Failing on Mac M1 OS Ventura 13.0.1

After updating Mac OS to Ventura 13.0.1 today, my Unity project has started failing on the transport layer. Project continues to work on another Mac that has not received the update yet. Logs: Server is shutting down due to network transport start…
0
votes
0 answers

Flutter, Downloaded executables cannot execute on host. MacOS Ventura

On macOS Ventura Flutter doctor prints the following: [!] Flutter (Channel master, 3.6.0-7.0.pre.51, on macOS 13.0.1 22A400 darwin-arm64, locale pl-PL) ✗ Downloaded executables cannot execute on host. See…
0
votes
0 answers

rJava on macOS with M2 processor

This question is similar to this one. I'm pretty sure I have installed the correct R-4.2.2-arm64.pkg. Then, I don't understand why this error is appearing. library(rJava) Error: package or namespace load failed for ‘rJava’: …
Ruam Pimentel
  • 1,288
  • 4
  • 16
0
votes
0 answers

Error with importing hmm from hmmlearn in python3

facing this error when trying to import hmmlearn.hmm. Any suggestion on resolve this? the filepath '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/hmmlearn' has already these files. But the error has a warning…
0
votes
0 answers

How to determine if an app is at the side of the stage manager in macOS Ventura

I have a JavaScript for Automation (JXA) function to determine which state a macOS app is currently in: function getAppState(appName) { if (!Application(appName).running()) { return "APP_NOT_RUNNING"; } const proc = Application("System…
Patrick Hund
  • 19,163
  • 11
  • 66
  • 95
0
votes
0 answers

my.cnf file for mysql on macos and overall secure-files-priv restriction problem

So, I have a problem with importing data from files(csv files, particularly) due to secure-file-priv restricting me from importing data. In order to see the location of the option file directory, there is an MySQL script SHOW VARIABLES LIKE…
0
votes
0 answers

EXC_BRREAKPOINT when trying to create DispatchSource.makeFileSystemObjectSource() to monitor changes to file

I'm an experienced iOS developer but I'm new to developing for macOS. In this app, the user has chosen a file and I want to monitor that file for any changes so that my app can respond, read the new contents of the file, and act appropriately. I…
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
0
votes
0 answers

Python 3 can't get constant keyboard input while terminal in focus (mac Ventura 13.0.1)

I'm trying to set up a python program that allows me to type in the terminal and have a basic caesar shift printed out - I type 'a', it prints 'n', I press 'b' it prints 'o'. The most recommended package for this, really the only recommended one, is…
0
votes
1 answer

How can I list the available AirPlay output devices on macOS?

I'm trying to retrieve a list of available AirPlay output audio devices, I don't have a preference on which language to use. Before Ventura I used the following Apple Script: set devices to {} tell application "System Preferences" reveal…
Fez Vrasta
  • 14,110
  • 21
  • 98
  • 160
0
votes
1 answer

Unable to resolve exception "'embedAndSignAppleFrameworkForXcode' not found in project ':shared'" for KMM project

What went wrong Environment: System OS: macOS (13.0.1) CPU: Apple M1 Java Java (openjdk version "11.0.16.1" 2022-08-12) Location: /opt/homebrew/opt/openjdk@11/bin/java …
0
votes
1 answer

Xampp cannot be installed on Ventura macOS

I downloaded Xampp from the official website and it does not install or open, it does not even respond. The official website link : download Xampp for macOS MacOS : Ventura Version 13.0.1 I double-click, but nothing happens. I tried right click…
Mina Ayad
  • 114
  • 10
0
votes
1 answer

Why is gems missing after 'bundle install' says it installs them?

Running bundle install in my project gives the following output: ➜ git:(main) ✗ bundle install Ignoring eventmachine-1.2.7 because its extensions are not built. Try: gem pristine eventmachine --version 1.2.7 Ignoring ffi-1.15.5 because…
o01
  • 5,191
  • 10
  • 44
  • 85
0
votes
0 answers

Change of path settings on VSCode after updating to a new MacOS

I recently updated my mac(M1) to a new version (from Monterey to Ventura) however my include path on VSCode is still the following /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1 I code in C++. Do I need to change it to…