Questions tagged [rosetta]

For programming questions about Rosetta, the Mac OS X dynamic binary translator allowing PowerPC applications to run on Intel-based Macs. Supported under OS X 10.4 (Tiger); unsupported as of OS X 10.7 (Lion).

Rosetta is not an app that you need to open. Rosetta works automatically in the background whenever you use an app built only for Mac computers with an Intel processor. It translates the app for use with Apple silicon.

In most c

67 questions
0
votes
1 answer

On Mac M1, can't run scripts in package.json: - sh: : command not found

I just got a Mac Mini M1 for personal use, and I'm trying to run a preexisting React app. I installed nodejs and npm successfully, and running npm install does add the node_modules folder correctly as far as I can tell; but whenever I run npm start…
Jamie Sauve
  • 270
  • 1
  • 4
  • 20
0
votes
0 answers

Gdbserver for Snow Leopard?

So I have this source gdb-1515. I'm using Xcode 3.2.6 command line tools on Snow Leopard (and this gdb source is the source of the gdb included in them). Trying to run (inside /private/var/root/Downloads/gdb-1515/src/gdb/gdbserver): gcc -I. -I.…
AnArrayOfFunctions
  • 3,452
  • 2
  • 29
  • 66
-1
votes
1 answer

What is the rosetta simulator name in Xcode to run unit test cases in fast lane

I looking for the rosetta simulator name in fastfile to run a lane in server. I am trying to run using "iPhone 14 (Rosetta)" But the error in terminal says it doesn't know this device name "iPhone 14 (Rosetta)" Can anyone help writing this lane so…
-1
votes
1 answer

how to install azure functions on apple M1 pro, facing issues when installed with Rosetta

I just had my first Mac book but that too with M1 processor and since then I am struggling with software compatibility issues. Considering that I dont have much experience with Mac, I really need some help in resolving this issue. I want to run…
Onki
  • 1,879
  • 6
  • 38
  • 58
-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
2 answers

Why does apple need Rosetta to have x86 based application work on arm chips?

So after apple unveiled their arm based cpu, many application that were initially built for x86 chips have to now be translated using Rosetta which is a binary translator, while waiting for each to company to release their software to suit arm's…
-2
votes
2 answers

Go Build with Debug mode in Visaul Studio Code

Question is not to how to debug, It's like how to set up debugger on architecture and version. I don't want to update go without rosetta, It has to be run on same set up. Here is system, Go version 1.16 (Not the latest one) Mac M1 with Rosetta…
Solid Soft
  • 1,872
  • 2
  • 25
  • 55
1 2 3 4
5