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

How to replace Python x86 packages with arm64 ones?

I just bought an M2 MacBook Pro (running on Apple Silicon, Rosetta installed) and transferred my data thanks to an old TimeMachine backup. However, Python packages still are for x86 architecture. I always get this error while using libraries like…
-1
votes
1 answer

Compiling C# DotNet6 App on a Mac with Apple silicon using MSBuild?

Hi I am moving an IOS project from Xamarin.IOS to DontNet6. I am also trying to move the build from an Intel Mac mini to an Apple silicon Mac. I tried real hard not to install rosetta 2 but I had to give in and install it (but that is another…
canderse
  • 299
  • 1
  • 15
-1
votes
2 answers

How can I create a x86_64 assembly file from C source code in apple silicon?

My current setup is a m1 MacBook Air. I am reading a low level programming book. I want the the C code that I write to compile to x86_64 assembly. With clang I can do that pretty easily: clang -target x86_64 -masm=intel -S add_two_numbers.c But it…
-1
votes
1 answer

JavaFX Mac M1 errors

I'am using JavaFX and SceneBuilder on Eclipse. Here is my setup : Installing the aarch64 in 19.0.2.1 for Mac here : https://gluonhq.com/products/javafx/ Project -> Properties -> Java Build Path and I added the following .jar in the module…
HichamGsb
  • 1
  • 1
-1
votes
1 answer

EXC_BAD_ACCESS(code=2, address= ... ) occurs when the size of target array exceeds particular number while sorting

I tried to compare the time spent on sorting of 3 algorithms: merge, shell, quick. For the merge sorting, I implemented linked list with struct for the in-place sorting - just switching the address of each node, not copying and paste the…
dannydoor
  • 3
  • 2
-1
votes
1 answer

Error installing cocoapods in Apple M2 MacBook Pro

I am trying to install cocoapods in my Apple M2 MacBookPro by using this command sudo gem install cocoapods Password: then I am facing the below errors..... Fetching rexml-3.2.5.gem Fetching nanaimo-0.3.0.gem Fetching colored2-3.1.2.gem Fetching…
WeCan
  • 547
  • 2
  • 9
  • 23
-1
votes
1 answer

Error installing homebrew in Apple M2 MacBook Pro

I am trying to install the HomeBrew on my AppleM2 MacBook Pro 16GB / 256SSD Step1: Download and install the Xcode 14.2 Step2: Download and install the Command Line Tools for Xcode 14.2.dmg file from the developer's site, i.e…
WeCan
  • 547
  • 2
  • 9
  • 23
-1
votes
1 answer

macOS Ventura (Apple Silicon M2) + XAMPP + PDO SQL SERVER: PDO Exception - Could not find driver

I hope you guys are doing well. I used for many years Windows Server + XAMPP for php development, specifically, using the SQL Server Database. Recently, I chanced to a brand new MacBook Pro M2, which is my first experience using macOS. Right now, I…
-1
votes
1 answer

How can I silently upgrade macOS from intel (Rosetta) process?

I have an app with admin privileges running on M1 with Rosetta and I'm trying to silently upgrade the macOS. for example, I tried to run an upgrade command from Terminal running on Intel (Rosetta) The command I run is: sudo /Applications/Install\…
-1
votes
1 answer

Why not mix arm/intel in conda environment?

Many questions ask how to get M1/M2 apple silicon macs to install pure Intel or pure arm conda environments. There are good answers on how to achieve both configurations. The question I have not seen answered anywhere after extensive search is why…
Cornelius Roemer
  • 3,772
  • 1
  • 24
  • 55
-1
votes
1 answer

Problems with running Nuxt 3 [3.0.0-rc.3] on Apple silicon

I followed the quick guide to create an app using the operating system macOS Monterey 12.4 MacBook Pro M1 Max / Node v16.15.0 and also tried with 18. When visiting the host http://localhost:3000, it repeats the error constantly [below shows the…
Janis Rozenfelds
  • 29
  • 1
  • 1
  • 8
-1
votes
1 answer

How make ".exe" file from python file on Mac

I have MacBook on apple silicon and I need make ".exe" file from python file. I have tried use pyinstaller, but it give error: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/PyInstaller/utils/osx.py", line 211,…
Magprone
  • 23
  • 6
-1
votes
2 answers

Tomcat have started on mac m1 , but 8080 port can't be connected

Although tomcat hava started, locahost:8080 can't be connected enter image description here enter image description here I hava tried some ways, such as: 1、close port 8080,But 8080 port is not used. enter image description here 2、Configure the path…
biao zhu
  • 11
  • 3
-1
votes
1 answer

Install ruby 2.7.3 on Mac M1 issue

When I try to install the ruby 2.7.3 version on mac m1 it installs, it shows in my machine also but when I try sudo bin/setup_dev this command its show me error like Bundling rails dependencies Don't run Bundler as root. Bundler can ask for sudo if…
Tushar
  • 182
  • 3
  • 19
-1
votes
1 answer

Apple Silicon + CRA

I have Mac Apple Silicon. I try to start the CRA app, but it's crashing. But my old projects work successfully. I don't do anything that can crash my system preferences or something else.
MuffinColor
  • 21
  • 1
  • 5
1 2 3
33
34