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

How to debug/Inspect WKWebView for mac Catalyst app ? (Debugging WKWebView stopped working after MacOS update 13.2)

I want to debug/inspect my mac Catalyst app in safari. Earlier I was able to do it but after macOS 13.2 update. My app or any mac Catalyst app is not listing in Safari -> Develop menu. But for Mac App(AppKit) and if I run an iOS app in simulator…
0
votes
0 answers

PHP 8 installation on macOS 13.3 (ventura) does show the code instead of executing

I've spent hours trying to newly setup and install an Apache server running PHP 8.1. The problem is, that php is not executed. The code of the php file is shown in the browser. I've tried so far: Setting up the Apache shipped with…
stb
  • 1
  • 1
0
votes
0 answers

Downloading DMG programmatically results in "damaged and should be moved to trash" despite having valid signature

I have an application (written in C++/Qt, but I don't think that's important for this issue). I have a valid developer profile, the application is distributed as downloadable .dmg file, it is properly signed and notarized - at least, to the best of…
Violet Giraffe
  • 32,368
  • 48
  • 194
  • 335
0
votes
1 answer

MacOS Ventura: Unable to replace application bundle in /Applications

I am trying to replace an application bundle at /Applications/example.app with an updated version of the same bundle on OSX Ventura and I get Operation not permitted. Both bundles are signed and notarized with the same identity. Inside both…
fionbio
  • 3,368
  • 2
  • 23
  • 38
0
votes
1 answer

Cannot compile Delphes on MacOS 13.2 x86_64, emitting multiples errors such as missing namespace and templates

I want to recompile the Delphes program for an additional lib file, when I get the error when running make: >> Generating tmp/classes/ClassesDict.cc In file included from input_line_1:1: In file included from…
Ivanfei
  • 11
0
votes
0 answers

Ask for single folder permission in sanboxed app on mac/os x

I am new to mac os x programming. Here, is what I wanted to do. I just wanted to access(read/write) files/images in user's desktop folder. My app is sandboxed app. To access desktop folder, I wanted to ask for user's permissions. The one way that I…
Mehul Thakkar
  • 12,440
  • 10
  • 52
  • 81
0
votes
1 answer

Bash profile messing up my anaconda environment

I think I may have messed up my bash profile and I am unable to access anaconda from my Mac terminal Below is my bash profile and I am wondering if I can get some help with it. I think I may have twitched some code. I started facing this issue with…
0
votes
1 answer

I'm trying to follow a python tutorial but keep getting error zsh: command not found: from

I have a M1 Ventura 13.3 mac. I've seen this problem listed elsewhere but none of those answers worked for me. I'm at the point in the tutorial where it says to type in "from django.db import models" This is when I get the zsh: command not found :…
Melanie
  • 19
  • 3
0
votes
0 answers

I have svgwrite installed, but I get error: ModuleNotFoundError: No module named 'svgwrite' MacBook Pro Ventura 13.0.1

When I run my python code using svgwrite I get an error message: ModuleNotFoundError: No module named 'svgwrite'. I have svgwrite installed and when I tried to install it again with pip install svgwrite, I get this message: Requirement already…
0
votes
1 answer

How to solve 'This application is damaged" problem for my Java .app on macOS Ventura

I have a macOS application written in Java, you can try it from here: http://www.eazycnc.com/downloads/EazyCNC-2.0.38.dmg When I try to launch the application I get a “EazyCNC-2.0.38.app” is damaged and can’t be opened. You should move it to the Bin…
nyholku
  • 456
  • 3
  • 15
0
votes
1 answer

Installing Node with NVM on MacOS Ventura?

I followed these steps to install Node and NPM with NVM on MacOS Ventura and it worked fine. If I try to rerun the install it tells me this: oleersoy@Oles-MacBook-Pro fs-developer-md % nvm install node v19.8.1 is already installed. Now using node…
Ole
  • 41,793
  • 59
  • 191
  • 359
0
votes
0 answers

Content of window is not showing in tkinter on mac

I am using MacOS Ventura 13.2, Visual Studio Code and Python 3.9 Tkinter will not show widgets inside of the window (Although the window does appear, and can be resized from the script using root.geometry('500x500'). I also attempted in the terminal…
AntXD
  • 23
  • 6
0
votes
1 answer

Homebrew installation error involving formulae.brew.sh/api

I couldn't find the same error discussed in other threads. I'm installing Homebrew on a new MBA running macOS Ventura. I've done the usual prepping, but when running /bin/bash -c "$(curl -fsSL…
albep
  • 83
  • 5
0
votes
0 answers

Is there any code to make Airpods connect to Mac?

There is a script available on internet which used to do this on older versions of MacOs. It however doesn’t work on Ventura. Can someone guide me on how can I do this? This is the old script: activate application "SystemUIServer" tell application…
Suhaib
  • 1
0
votes
0 answers

Rcpp::evalCpp(" ") generates lots of warnings

R version 4.2.2 RStudio version 2022.12.0+353 macOS Ventura 13.2.1 (M2 silicon) I was testing some rstan models. The knitted R markdown returns some warning and error messages but still conducts the calculation. So, I tried a simple function that…