Questions tagged [apple-silicon]

Use this tag for questions related to Apple's ARM-based CPU found in macOS systems from 2020 onwards, known by the marketing term "Apple Silicon"

On June 22, 2020, at WWDC 2020, Apple announced plans to switch its Macintosh computers from Intel processors to ARM-based, Apple-designed processors. See: Apple-designed processors.

502 questions
7
votes
3 answers

I can't uninstall brew on MacOS Apple Silicon

Like it is mentioned here https://docs.brew.sh/FAQ#how-do-i-uninstall-homebrew I typed /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" but it doesn't seem to work... When I type afterwards which brew…
DigitalRomance
  • 305
  • 2
  • 7
7
votes
1 answer

RuntimeError: The MPS backend is supported on MacOS 12.3+.Current OS version can be queried using `sw_vers`

Since Pytorch GPU support for apple silicon was just released, I tried to install PyTorch using the steps on the following link. As of now, only a nightly build is available so I installed it. However, when I run the following code, I get the…
bikram
  • 7,127
  • 2
  • 51
  • 63
7
votes
2 answers

RSK node on an Apple M1 chip architecture?

Following these instructions to install the RSK node on an 2021 MBP with Apple M1 Pro chip. I would like to run an RSK node locally in regtest mode. After installation, running the command to start RSKj: java \ -classpath…
bguiz
  • 27,371
  • 47
  • 154
  • 243
7
votes
0 answers

Building on M1, error Could not find module ... for target x86_64-apple-ios-simulator

Attempting to build project with Swift module. Xcode 12.5.1. Builds fine on Intel machine. Builds fine on M1 machine if building for iOS device. Does not build on M1 machine if building for simulator. Error: Could not find module xxx for target…
David
  • 2,770
  • 5
  • 35
  • 43
7
votes
7 answers

Apart from emulator, is android studio working fine in M1 macs

I currently have a windows laptop with an intel i5. I am looking to upgrade to an M1 mac. Emulation isn't a problem for me(Virtualization is slower on ARM). Can any early adopter let me know if it is fast enough for basic android development and…
6
votes
3 answers

GL_TEXTUREn+1 activated and bound instead of GL_TEXTUREn on Apple Silicon M1 (possible bug)

Let's first acknowledge that OpenGL is deprecated by Apple, that the last supported version is 4.1 and that that's a shame but hey, we've got to move forward somehow and Vulkan is the way :trollface: Now that that's out of our systems, let's have a…
Morpheu5
  • 2,610
  • 6
  • 39
  • 72
6
votes
1 answer

dotnet publish results in "There is no application host available for the specified RuntimeIdentifier" using RID "osx.11.0-arm64"

I'm using Apple silicon M1 processor, macOS Big Sur with dotnet 6 preview 7 SDK (released August 10th). dotnet publish command with RID being "osx.11.0-arm64" results in the error "There is no application host available for the specified…
muszeo
  • 2,312
  • 9
  • 13
6
votes
4 answers

Package "Android Emulator" with revision at least 30.8.0 not available

I am trying to add Android R using AVD manager in my M1 mac but when I press download it says Package "Android Emulator" with revision at least 30.8.0 not available. I've also tried downloading it from the SDK manager but it shows the following…
6
votes
1 answer

dnsmasq - problem with service status on Apple Silicon M1

It's start. It's working. But status is unknown. $ brew services list Name Status User Plist dnsmasq unknown root /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist $ ping test90.local PING test90.local (127.0.0.1): 56 data bytes 64 bytes from…
sb84
  • 61
  • 1
  • 2
6
votes
2 answers

How can I check the GPU accessibility with Tensorflow on Mac of Apple M1 silicon?

I'm using Tensorflow 2.4.0 on Macbook(arm64, M1 silicon), I get this output after I wanted to check if the GPU in M1 silicon can be used by Tensorflow: My code: import tensorflow as…
潘嶓 Bo Pan
  • 383
  • 1
  • 4
  • 7
6
votes
1 answer

How to build a static library on M1 mac that supports iOS simulator on Intel mac?

I have a fat iOS library which supports both real devices (arm64...) and iOS simulator of Intel Mac (x86_64). But when I switched to M1 mac, things get tough. If I use the old library, I will fail with error saying xxx.a (xxx.o) building for iOS…
Rookie
  • 313
  • 2
  • 10
6
votes
1 answer

Class AMSupportURLConnectionDelegate is implemented in both ?? (0x2048eb8f0) and ?? (0x1161942b8)

I'm just installed xcode command line tools using command xcode-select --install. Now every time I restart my computer and write to the terminal swift --version, I get the following warning. I tried changing the xcode-select package using the…
6
votes
1 answer

Can't install XML::Parser on M1 Mac with homebrew perl 5.32

My new M1-based Mac has Apple's built-in Perl version, v5.28.2. I used homebrew to install the latest perl, 5.32.0, and I configured the local::lib option so that cpan modules would get installed in ~/perl5. All of that works for the most…
jimtut
  • 2,366
  • 2
  • 16
  • 37
6
votes
3 answers

How do I install CLI tools "under Rosetta 2" on MacBook M1?

After getting a MacBook M1 2020 - I found most of my command line tools could no longer be installed. I presume this was because the tools were compiled to run on an Intel based chipset, and not the new Apple Chipset (citation needed). Here is an…
Nick Grealy
  • 24,216
  • 9
  • 104
  • 119
6
votes
4 answers

Can Homebrew run on Apple ARM processors?

I ordered a MacBook Pro equipped with an M1 ARM processor. Will I be able to run Homebrew and install dev tools like Python, Node etc..?
Licx
  • 1,293
  • 2
  • 11
  • 12