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

Unable to Build mac project in XCode14.0/14.1 with macOS ventura

I have recently updated to macOS 13.0 and for that minimum XCode Version required is 14.x series. But my existing project never getting successfully building. Its getting stuck at some point. Its not getting failed. Build process screenshot is…
Shivam Tripathi
  • 1,405
  • 3
  • 19
  • 37
-1
votes
1 answer

since macOS Ventura (13.0) appleScript don't work with contacts

-- Code tell application "Contacts" set cc to count of people display dialog cc end tell -- Answer Skriptfehler Keine Berechtigung zum Senden von Apple-Events an Contacts. I can not add in the security-settings the Scripteditor?? Where is the bug??…
Otti
  • 1
  • 1
-2
votes
1 answer

Unable to compile shader using SDL2+OpenGL 3.3 on Mac OS X

I got SDL2 on mac via brew's brew install sdl2. Now I try to compile a simple C program and I'm unable to start it. I'm trying to compile as follows: gcc -Wall -std=c99 -I/opt/homebrew/Cellar/sdl2/2.28.2/include/SDL2 -c ../src/main.c -o…
J. A.
  • 1
  • 2
-2
votes
0 answers

Is there a way to open multiple projects at the same time in Android Studio Hedgehog?

I use Android Studio Hedgehog Canary 16, new Ui and compact view MacOs Ventura 13.4.1 I can't find any option to open second project in the new window I tried to open it with terminal with -n flag to create second instance but this solution not…
tasjapr
  • 632
  • 4
  • 13
-2
votes
4 answers

Unable to build Apache AGE on Ventura 13.3.1

I am trying to build apache age using the source code with the following commands: sudo make clean PG_CONFIG=$HOME/pg-install/bin/pg_config sudo make PG_CONFIG=$HOME/pg-install/bin/pg_config sudo make install…
user21741413
-2
votes
1 answer

Ionic/Cordova Mac iOS platform Add - TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) at macosRelease

Error comes when I try to add iOS platform using ionic cordova platform add iOS. Current error is node_modules/macos-release/index.js:30 const [name, version] = kshfNameMap.get(release); ^ TypeError: undefined is not iterable (cannot read property…
-2
votes
1 answer

How to view VSCode and Google Chrome in one screen - MacOS

I'm trying to work through a tutorial on YouTube (running on Google Chrome) while being able to work through it on VSCode. It's doable with Sublime Text but VSCode seems to be more powerful. How do I do it? I'm running Ventura on MacOS.
elksie5000
  • 7,084
  • 12
  • 57
  • 87
-3
votes
1 answer

How to determine missing font on MacOS

I'm having trouble reading some webpages on Firefox and MacOS. I commonly come across sites that look like the following. Is it possible to determine which font is missing by inspecting the web page source or via web developer tools? The issue seems…
cbcoutinho
  • 634
  • 1
  • 12
  • 28
1 2 3
21
22