Questions tagged [macos-monterey]

Released in 2021, macOS Monterey (version 12.4) is the eighteenth major release of Apple's operating system for Macintosh computers. Use this tag for questions relating to macOS APIs that are specific to this version, and also tag your question with [macos]. DO NOT use this tag simply because you are running code on this operating system.

This is a tag for a specific version of macOS. See for details.

475 questions
0
votes
1 answer

UIReferenceLibraryViewController.dictionaryHasDefinition is broken on iOS 15?

I had this check in my app for a long time... if(UIReferenceLibraryViewController.dictionaryHasDefinition(forTerm: word)) Suddenly, I don't get any errors but every word string i pass it returns false. Both Mac and iPhone recently upgraded is this…
saarpa
  • 47
  • 7
0
votes
1 answer

Is there an API to the new macOS translation system?

In the newest editions of Safari (and other Apple apps, like Books) you can select some text, then control-click for a context menu, and then "Translate" the text. You get two things: The translated text Play buttons that read you either language…
Rob N
  • 15,024
  • 17
  • 92
  • 165
0
votes
1 answer

Spring STS 4.13 not loading gradle 2.14 projects and showing org.gradle.tooling.GradleConnectionException:

I have recently upgraded my mac to os monetery and after wards when i try to download sts and try to import gradle projects i keep getting org.gradle.tooling.GradleConnectionException: I have tried following configure my work space settings to use…
0
votes
1 answer

Create new database with idb-files from another database

I recently upgraded to Mac OS Monterey, which gave me a bit of a headache. Due to my own stupidity I lost my whole development MYSQL-database, although I did manage to backup all of my idb-files. But even the frm-files got lost. I searched…
0
votes
0 answers

Eclipse IDE issues on mac Monetery with JDK 17.0.1

I have installed JDK 17.0.1 on Mac os Monterey (latest mac OS) Installed JDK 17.0.1 then configured JAVA_HOME Installed latest Eclipse version Launch it and doesn't do anyhthing. At first it was throwing an error due to the JAVA_HOME not set in…
0
votes
0 answers

Temurin OpenJDK 11 installer hanged on Mac OS Monterey

I am trying to install AdoptOpenJDK 11 from https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot for using Scala . But it's installer is stuck . It's been 15 minutes its still trying to install . It is not letting me close the installer also…
Prashant Singh
  • 426
  • 7
  • 17
0
votes
1 answer

Hysplit not working with Mac OS update to Monterey

I updated to Monterey last week and since then my Hysplit GUI is not displaying properly. it is not an issue with my laptop's display (I have changed and inverted the colours). I have attached screenshots of what it usually looks like and what it…
0
votes
1 answer

Command line git commands suddenly asking for password

For the last three weeks I have been using the OSX keychain to manage my GitHub credentials. Whenever I need to pull in an update, I do the usual: git pull origin master With this command, the keychain then pops up and requests my password, which…
matt
  • 45
  • 8
0
votes
0 answers

in-house app will not deploy OTA, possibly a signing issue

I know this seems to be a issue with signing the application using Apples new Code Signature Format and there have been various fixes going round but they don't seem to apply/fix my issue. I'm seeing this with in one of our InHouse apps, our other…
Richard McKenna
  • 213
  • 4
  • 25
0
votes
3 answers

Error executing VBoxManage on VirtualBox when running “vagrant up” in terminal in macOS Monterey 12.0.1

I am running macOS Monterey 12.0.1 with Vagrant 2.2.19 and VirtualBox 6.1.30. When I attempt to start up Vagrant via the mac terminal using vagrant up this error message is returned: Bringing machine 'homestead' up with 'virtualbox' provider... ==>…
mann
  • 184
  • 2
  • 11
0
votes
2 answers

Trouble running MongoDB server on macOS Monterey 12.0.1

I've installed MongoDB through Homebrew and when I start the server using brew services start mongodb-community (or mongodb-community@5.0) command it immediately fails and turn the brew services list to error! I already tried giving permission -…
Alireza
  • 175
  • 1
  • 6
0
votes
1 answer

mysql2 gem RoR in macos Monterey - first time installing RoR

Following the instructions here, i try running rake db:create and get this error: Could not find gem 'mysql2 (~> 0.5)' in rubygems repository https://rubygems.org/ or installed locally. The source does not contain any versions of 'mysql2' Run…
0
votes
0 answers

Whenever I try to run g++ in macos monterey it shows invalid active developer path. How to resolve this?

Whenever I try to run g++ in macos monterey it shows invalid active developer path g++ --version xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
0
votes
2 answers

Jupyter Notebook Cannot Access Desktop Files and Folders

I recently bought a new M1 Pro Macbook with macOS Monterey. Migrated all my stuff from my previous Macbook Air over to it. I opened my Jupyter Notebook via Anaconda but now, it cannot detect my Desktop files and folders (the Desktop folders are on…
0
votes
1 answer

brew installed uwsgi on m1 monterey mac doesn not load app

i have installed uwsgi on my macbook (macOS monterey - m1 chip) using brew. my main.py looks something like this: app = Flask("my_app") import routing # implemented routes in this module and my uwsgi.ini file looks like this: [uwsgi] module =…
Saee Saadat
  • 629
  • 5
  • 9