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
9
votes
7 answers

Unable to find code signature authority on Mac OS Monterey

I'm updating my question here, at the top, so anyone reading will encounter the latest unresolved issue first. I was hasty in updating my question in response to Alex Narvey's advice. The result of: bash3.2/Users/jnorris$ codesign -dv --verbose=4…
P. James Norris
  • 158
  • 2
  • 14
9
votes
5 answers

Unable to install Cocoapods in macOS Monterey Version 12.0 Beta - Xcode 13.0(13A233)

unable to install Cocoapods in MacOS 12.0 Beta and Xcode Version 13.0 here is terminal output for sudo gem install cocoapods userName@users-Mac-mini ~ % sudo gem install cocoapods Password: Building native extensions. This could take a…
Shree Softech
  • 109
  • 1
  • 2
  • 7
8
votes
5 answers

Why won't MySQL 8.0.28 install on macOS 12 Monterey?

I downloaded the community version of MySQL but it won't install on macOS. How come?
Data2Dollars
  • 731
  • 2
  • 8
  • 21
8
votes
1 answer

The chromium binary is not available for arm64

I am using rush and trying to run rush install in a project I cloned from one of my company's repositories. But, it fails by throwing the following error: The chromium binary is not available for arm64: If you are on Ubuntu, you can install…
UtkarshPramodGupta
  • 7,486
  • 7
  • 30
  • 54
8
votes
1 answer

Address already in use for puma-dev

Problem Whenever I try to run bundle exec puma -C config/puma.rb --port 5000 I keep getting bundler: failed to load command: puma (/Users/ogirginc/.asdf/installs/ruby/2.7.2/bin/puma) Errno::EADDRINUSE: Address already in use - bind(2) for "0.0.0.0"…
ogirginc
  • 4,948
  • 3
  • 31
  • 45
7
votes
1 answer

Weird datetime.utcnow() bug

Consider this simple Python script: $ cat test_utc.py from datetime import datetime for i in range(10_000_000): first = datetime.utcnow() second = datetime.utcnow() assert first <= second, f"{first=} {second=} {i=}" When I run it from…
Eugene Yarmash
  • 142,882
  • 41
  • 325
  • 378
7
votes
2 answers

The application "STS" can't be opened

The first installation of STS on my Mac works fine, and this error pops up after restarting the computer. The problem with stS4-4.13.1 installed is still the same. Attempting to specify the jdk version in the ~/Application/STS/Info.list file also…
Edgar
  • 73
  • 1
  • 4
7
votes
3 answers

Apache HTTP localhost randomly taking 5 seconds on macOS Monterey but fast on HTTPS

I waited as long as I could but finally had to upgrade from Mojave. I knew something would needlessly break. And of course it did. Largish files (more than 100k) randomly take 5 seconds to load. It's not always the same file, and not every time, and…
Tambourine Man
  • 311
  • 1
  • 2
  • 10
7
votes
4 answers

How To Solve App Store Connect Organizer Warning "Your version of iTMSTransporter will be updated in approximately ... days" Error?

I have uploaded a build through the xCode organizer and It shows the error "Your version of iTMSTransporter will be updated in approximately ... days" As it shows, Upload the archive with warnings thought it was not available in the App Store…
KZoNE
  • 1,249
  • 1
  • 16
  • 27
7
votes
2 answers

MacOs Monterey Python3 as default

I am currently trying to change my default Python version to Python3. This proves to be harder than expected. I have already tried the following things: I have tried to change the alias by doing alias python python3 but this seems to just change it…
Jake
  • 117
  • 1
  • 5
7
votes
5 answers

Flutter Doctor gives Bad Cpu Type in executable

I'm using Mac mini , MacOs monterey and m1 chip. When trying to setup flutter, it is giving error. command: flutter doctor o/p: /Users/admin/Desktop/flutter/bin/internal/shared.sh: line 229: /Users/admin/Desktop/flutter/bin/cache/dart-sdk/bin/dart:…
7
votes
3 answers

React Native 0.64-65 with XCode 13 build error - could not find auto-linked library swift_Concurrency or swiftFileProvider

Anyone else getting this since upgrading to XCode 13 Beta and macOS 12 Beta (Monterey)? XCode 12.5 still builds successfully with RN 0.64.2 and 0.65.0-rc.2.
Leo
  • 10,407
  • 3
  • 45
  • 62
6
votes
2 answers

Can't compile fortran on MacOS Monterey: ld: unsupported tapi file type '!tapi-tbd' in YAML file

I am facing an error whenever I try to compile fortran code: % gfortran Testing_Fortran.f90 -o Testing_Fortran ld: unsupported tapi file type '!tapi-tbd' in YAML file '/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib/libSystem.tbd' for…
6
votes
3 answers

Bazel build fails with msg "env: python: No such file or directory" (macOS Monterey)

I am new to python world and I have followed a few articles to set python on my system. I need python to build my project through bazel. When I build my project on local, I get the following error. Please note, I am able to build the project…
Abhishek Garg
  • 105
  • 3
  • 8
6
votes
2 answers

pyenv unable to install 3.9.6 on Monterey 12.3

I see this is a recurring question and there are no new comments about this. I've been trying to install python 3.9.6 using pyenv on both archs arm64 and i386 - using Rosetta2, without success. As I am pretty new at this, I was not able to identify…
1
2
3
31 32