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

M1 Mac Tensorflow VS Code Rosetta2

I'm struggling to install tensorflow with a M1 mac. I've got python 3.9.7 and Monterrey 12.3 and apple silicon visual studio code. There is an apple solution involving miniconda apple dependancies and tensorflow-macos and tensorflow-metal. However…
Kev
  • 47
  • 4
3
votes
0 answers

Running Fastlane Gym build in Rosetta

We have a new M1 MacMini that we want to use for CI/CD purposes. Our main issue is that we have a really old external dependency that doesn't allow us to build the app for the simulator on ARM architecture. We managed to make it build on this…
Razvan S.
  • 753
  • 7
  • 21
3
votes
1 answer

How to make Qt Creator use Rosetta and x86 compiler on Mac M1?

I am using Qt 5.15.2 on my Mac mini with M1 chip. This works fine (due to Rosetta). Below is the list of compilers Qt Creator found on this computer, and among them is the C++, x86 64bit that I use. No problem. I would like to use the same…
ragnarius
  • 5,642
  • 10
  • 47
  • 68
3
votes
2 answers

How do I debug a crash when I run my garbage-collected app in Rosetta?

I have a Universal app which is targeting 10.5 and which uses garbage collection. I am building for ppc, i386 and x86_64. I don't have access to a physical PowerPC machine so I am trying to use Rosetta to confirm that the PowerPC portion of the app…
Rob Keniger
  • 45,830
  • 6
  • 101
  • 134
2
votes
1 answer

Issues with pipenv install on M1 Mac for python dependencies

I'm trying to set up a local repository that was originally created on intel-based macs. The repository uses pyenv and pipenv to manage python dependencies. Whenever I try to run pipenv install, I get the following…
Robert X
  • 21
  • 1
  • 2
2
votes
1 answer

Is there any way I could run Raptor in macOS with an Apple Silicon Chip?

I tried running it by forcing it to run by Rosetta but sadly the option isn't visible. I need it to complete one of my classes in college.
2
votes
0 answers

App crashes when trying to run widget extension - M1 Mac with Rosetta

I have a Xcode project with a widget extension, Xcode, simulator and terminal are running with Rosetta (I can't change this). When I build and run the main project, the widget does not get loaded on the widgets list, when running the widget scheme…
Gabriel Sória
  • 336
  • 3
  • 9
2
votes
2 answers

Run xcode project in rosetta mode from terminal?

I have M1 machine, I have one project that I only need Rosetta to run it, instead of toggle it on/off from Xcode get info menu I tried to run the command: arch -x86_64 open ~.xcodeproj but the project failed to build each time. Can…
Atef
  • 2,872
  • 1
  • 36
  • 32
2
votes
1 answer

Download a package copy of Rosetta to manually transfer to another Mac without internet

I have an odd situation here — I need to get a copy of Rosetta (the translation program that let's x86 software run on Apple silicon Macs) onto a Mac that can't connect to the internet (yet). I'm hoping someone knows how to download a .zip of it…
Fuego DeBassi
  • 2,967
  • 6
  • 29
  • 37
2
votes
1 answer

No module named 'pyrosetta.rosetta'

I'm trying to install pyrosetta (after I downloaded the tar files and request for a license). I'm running on Ubuntu 20.04 in a virtual environment in Anaconda-navigator The installation step that I did are the following: I compiled the rosetta in…
Chiara
  • 372
  • 5
  • 17
2
votes
0 answers

Rosetta Arm64 M1 libxcrun.dylib.aot fail

so I am having issues with Rosetta, and whenever I want to do any install or use a makefile, I get this error: rosetta error:…
Hanna S
  • 121
  • 4
2
votes
1 answer

Shell command to test if an app is in Rosetta 2 mode ? (check box "open with rosetta" enabled)

is there a shell or applescript command to find out if an universal app is forced to run in rosetta 2 mode on an M1 mac ? If Yes, is there also a shell or applescript command to enable the check box "open with rosetta" for an app ? I need this to…
Armin Deeg
  • 48
  • 5
1
vote
1 answer

mach_vm_write() fails

I'm trying to overwrite an instruction in the rosetta executable heap of another process. mach_vm_protect() returns successful, but I get a KERN_INVALID_ADDRESS return on mach_vm_write(), even though I know it is the correct address. This is my…
1
vote
1 answer

Problem with running ScalaZ3 on Mac due to conflicting architectures

I am running a Scala project with Z3 on an Apple M2 architecture and I am stuck with the following issue: If I run the project from IntellIJ, I get the error: (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), which…
Matei
  • 152
  • 1
  • 5
1
vote
0 answers

Terminal window spews out some logs on every startup after a hack-installation of Vagrant on M1 silicon

I don't remember when exactly the behaviour started, but I suspect it was after following the instructions for installing the Vagrant/VMWareFusion Virtual Machines for the purpose of running Vagrant on an M1 machine. Particularly, I think the…
Emile Zäkiev
  • 150
  • 1
  • 12