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

PyCharm on macOS when running Selenium: Bad CPU type in executable

On macOS Ventura (version 13.4.1) with an M2 Pro chip with arm64 architecture, I`m trying to run tests by using PyCharm 2023.2 Community edition, Selenium robot framework 6.11, Python 3.11.4, Web driver manager installed with Chrome browser…
0
votes
0 answers

SFML system-sfml is damaged and can't be opened on macOs arm64

I am currently trying to include SFML in my C++ application. I am using CMake to link the libraries. Steps I followed / to reproduce: Downloaded latest official release of SFML. (clang arm64) Copied the files in the downloaded folder to system…
Ege Yıldırım
  • 430
  • 3
  • 14
0
votes
0 answers

VIbrancy Continued Extenstion dosen't work in vscode (Mac OS)

Im using mac os ventura 13.14.1 (c). when i install Vibrancy Continued and hit command+shift+p and Enable it it shows this error i tried setting Color Theme to Dark+ but it still didn't work. im using visual studioi code version Version: 1.81.0…
0
votes
1 answer

Getting bash: python command not found error even though I am using zsh shell in my macOS

I am trying to build and install this software So, I did these steps # recursive repo cloning git clone --recursive https://github.com/AcademySoftwareFoundation/OpenRV.git # sourcing there scripts source rvcmds.sh # configure cmake -B_build -H.…
Pragyan
  • 349
  • 2
  • 14
0
votes
0 answers

Macos Ventura 13.5 SSL_ERROR_HANDSHAKE_FAILURE_ALERT or net::ERR_SSL_PROTOCOL_ERROR

I have installed VPN Avanti Secure for my job stuff. It work fine in major case. But there particular case when i need to use local servise inside my vpn network. It's website with AJAX and the problem is that i can go to this website and for…
0
votes
1 answer

How to fix 403 Forbidden / access denied because search permissions on Apache on MacOs Ventura

Recently i installed Apache / PHP using brew on a machine running MacOs Ventura. It worked well for some days until i had to restart the machine. Now when i try to navigate to localhost, i get 403 Forbidden and Apache error log shows a lot of lines…
delphirules
  • 6,443
  • 17
  • 59
  • 108
0
votes
0 answers

Xcode 14.3.1 - 'No Such Module Found' Error and App Blankness when Running in Rosetta Simulator

When I run my app in Xcode Version 14.3.1, it shows a "no such module iOSDropDown" error. I tried many solutions to clear this issue, but nothing worked well. So, I changed my running destination to the Rosetta simulator, and at that time, the app…
amp.dev
  • 410
  • 4
  • 16
0
votes
1 answer

Unexpected System Settings Output When Opening Terminal on Mac

Recently, every time I open the Terminal on my Mac, it outputs the system settings. This also happens when I use other terminal applications. I am wondering if there is any solution for this. My macOS version is Ventura 13.5. Here is the exact…
ShawnWen
  • 1
  • 1
0
votes
0 answers

Unable to control full screen menu bar visibility on MacOS using CLI defaults

I'm trying to programmatically (shell) control MacOS auto-hide feature of menu bar, but could not find working solution. For controlling manu bar auto-hide on regular desktop I can use AppleScript similar to this: tell application "System Events" …
krzychek
  • 300
  • 3
  • 9
0
votes
0 answers

Too many open files issue in xcode 14.3.1 react native v0.63.3 app

How to fix too many open files issue on xcode 14.3.1. Below are env details and error message. Is react-native v0.63.3 compatible with ventura OS? Details: Mac OS:- ventura OS Xcode version :- Version 14.3.1 (14E300c) React native version:- "react":…
Vineeta
  • 85
  • 1
  • 11
0
votes
1 answer

How to add a architecture configurations for react native 0.63.3 ios versions on ventura OS xcode?

How to add a architecture configurations for react native 0.63.3 ios versions on ventura OS xcode 14.3.1 to run app in debug mode? Currently ios swift controller(CustomProductController.swift) fails with below error and we are unable to select…
Vineeta
  • 85
  • 1
  • 11
0
votes
0 answers

Gulp needs to be updated on macOS Ventura. How to run Gulp on macOS?

I'm running macOS Ventura v13.4.1. I installed Gulp with brew: brew install gulp and received the message: gulp has been officially discontinued upstream. It may stop working correctly (or at all) in recent versions of macOS. It was successfully…
Peter
  • 731
  • 2
  • 8
  • 23
0
votes
0 answers

MACOS ~/.zshrc shell isn't recognizing command

➜ ~ nano ~/.zshrc zsh: command not found: nano ➜ ~ pwd /Users/uttamkhan ➜ ~ ls zsh: command not found: ls ➜ ~ exec $SHELL /etc/zshrc:7: command not found: locale /Users/uttamkhan/.oh-my-zsh/oh-my-zsh.sh:56: command not found:…
0
votes
0 answers

c/c++ compilation error on Mac OS Ventura

I have a factory reset laptop with Mac OS Ventura. I have installed home-brew and then gcc thru brew, now when I try to compile c or c++ code I get an error Undefined symbols for architecture x86_64: "_main", referenced from: implicit…
pa in
  • 1
  • 1
0
votes
0 answers

How to implement avatar movements in A-Frame?

How can I insert movements of an avatar in react with a-frame project?. *// create animationMixerRef using useRef() using playAnimation() and pauseAnimation() to start and pause the navigation respectively using start() y pause() from the…