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

Can I call an arm64 Process using BuildProcess in Java?

I am trying to call some terminal commands from Java using the Java ProcessBuilder with an M1 Mac that uses arm64. However, even though that I am using arm64 compatible JVM (Zulu 11, 17..) that identify arm64 chips, whenever I try to use the Java…
CARLOS
  • 56
  • 6
0
votes
0 answers

How to safely mix ARM and x86_64 conda packages in the same environment on M1

I have two different terminals and conda distributions that nicely separate my ARM and x86_64 environments and packages. However, I have arrived at a point where I need to use an ARM conda environment with a non native package. Example: To use MPS…
GIONII
  • 11
  • 3
0
votes
0 answers

I am add url look like en but rosetta did not translate static html word

I am add url look like en but rosetta did not translate static html word How i can resolve this problem I a add all settings for rosetta but it did not work
user19534570
0
votes
1 answer

not a mach-o file error in Python - mismatching architecture

For a project, I'm reading a .so file with the ctypes.CDLL and ctypes.cdll.LoadLibrary(...), this is done in a devcontainer. The docker image is based off the following: FROM --platform=linux/amd64…
Bas
  • 2,106
  • 5
  • 21
  • 59
0
votes
1 answer

Node with Mac m1

I am having problems with node and my macOS with arm processor. I have already followed the whole discussion on this other post. I tried to do a clean install of node for arm with rosetta2, but if I run node -p "process.arch" I always get x64. Since…
t30_9
  • 347
  • 4
  • 17
0
votes
1 answer

KMM xcframework used in Xcode needs Rosetta: "building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64"

I create a xcframework out of an Android KMM project via #!/bin/bash ./gradlew :shared:packForXCodeArm -PXCODE_CONFIGURATION=Release ./gradlew :shared:packForXCodeX64…
swalkner
  • 16,679
  • 31
  • 123
  • 210
0
votes
0 answers

Why does GCC under Rosetta 2 not compile properly Python

I have installed an Item and pyenv according this : https://medium.com/thinknum/how-to-install-python-under-rosetta-2-f98c0865e012 In addition I have installed gcc-11 under the rosetta terminal But when compile Python 3.7 with…
Erhard Karger
  • 101
  • 1
  • 5
0
votes
1 answer

3rd Party x86 Library on M1 via rosetta?

I have a java application that loads a third-party library. This is a native library that is wrapped in a java package and has an underlying windows and linux implementation. I have an M1 mac and an Intel mac and I've managed to successfully get the…
Mikeyfafa
  • 1
  • 1
0
votes
0 answers

Mac Mini M1 no suitable image found. Did find: ... mach-o, but wrong architecture

In our project we use Kotlin Mobile Multiplatform and I was following this setup tutorial (https://codelabs.kmp.icerock.dev/codelabs/kmm-icerock-onboarding-1-en/#0) when I got stuck with a problem. Ive reached the point of Compilation of…
Russ
  • 53
  • 1
  • 9
0
votes
0 answers

Error when install RosettaCommon using Scons

I'm building release executables for RosettaCommons, I input to the terminal with the following code: scons bin mode=release And I got the following error: scons: Reading SConscript files ... Running versioning script ... Release package detected,…
0
votes
1 answer

Unable to use dcmtk commands like dcmodify and dcmscale

System: M1 MacBook air I created a duplicate terminal that runs with rosetta 2 for installing dcmtk since it's not available for apple chips yet. In the duplicate terminal, I was able to install dcmtk successfully. On running dcmodify, I get dyld:…
0
votes
1 answer

Mac M1 chip machine, Mac OS BigSur Version 11.5.1 having problem with eclipse app. Its not opening after restarting machine

I Installed eclipse on my new mac m1 chip machine, It was working fine until I restart my machine. After restart the machine, the eclipse app is not opening also no error is shown in the display.. I am trying to open the app in terminal I am getting…
Arun Kumar
  • 495
  • 9
  • 29
0
votes
0 answers

How to switch between Apple Silicon M1 bases PHP version(php@7.4) with (Rosetta 2) based PHP version(php@7.3)

I have installed php@7.3 using rosetta 2 on the Apple Silicon M1 Big Sur macbook. And also I have natively installed php@7.4 as well. I have a project which needs to use php@7.3 version. But when I php -v it outputs the php@7.4 version. Can anyone…
omesh
  • 1
0
votes
1 answer

zsh: command not found: softwareupdate

I am trying to run below command on m1 chip mac which throws error: zsh: command not found: softwareupdate softwareupdate --install-rosetta Any help is appreciated. Thanks
Awadesh
  • 3,530
  • 2
  • 20
  • 32
0
votes
1 answer

Excel Add-in is not working on Apple's silicon M1 processor machine

I have an Excel Add-in which is working fine on Apple intel processor but not working on Apple's silicon M1 processor. When enabling Add-in On M1 processor machine, Excel is not responding. With the Workaround provided by Microsoft support suggests…
Lakshmi Yadav
  • 156
  • 1
  • 10