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
1
vote
0 answers

Injecting a Dylib into Processes Running Under Rosetta

I need to inject a dynamic library into a process exclusively targeting the x86_64 instruction set. My host architecture is aarch64. I attempted injection using the following C++ code... #define CHKERR(x) if (kr != KERN_SUCCESS) {std::cout << kr <<…
1
vote
1 answer

Trouble installing Python 3.7.3 via pyenv on macOS 13.0.1 with Rosetta

I have an iTerm instance configured to run with Rosetta, using homebrew (x86 version) and pyenv (x86 version) but when I try to run pyenv86 install 3.7.3 I still get the following: BUILD FAILED (OS X 13.0.1 using python-build 20180424) More…
abhinavkm
  • 11
  • 6
1
vote
0 answers

Xcode Simulator Crash with Rosetta error after Ventura update

Upgraded to MacOS Ventura and since then, the tvOS Simulator always crashes just after launching with the following message: rosetta error: unable to get state for thread the runtime suspended Processor : M1 Xcode Version : 14.0 & 14.1(Both…
Alen Alexander
  • 725
  • 6
  • 22
1
vote
0 answers

I am trying to run i386 executable on Mac Silcon M1 Rosetta terminal -- but its says 'Bad CPU type in executable'

The executable is sm (for SuperMongo plotting routine) ======= file sm sm: Mach-O executable i386 so if its a valid i386 executable (which is working smoothly on older Macs) sm zsh: bad CPU type in executable: sm Any suggestions are welcome!
1
vote
1 answer

How to construct cardano transaction using cardano-rosetta and cardano-addresses

I'm learning how to use cardano-rosetta and I'd like to make the send-transaction-example.ts script work with addresses that I've derived beforehand. The addresses have been derived using the cardano-addresses tool, which I then convert to Uint8…
John
  • 949
  • 1
  • 9
  • 20
0
votes
0 answers

Xcode 14.3.1 - 'No Such Module Found' Error and App Blankness when Running in Rosetta Simulator

When I run my app in Xcode Version 14.3.1, it shows a "no such module iOSDropDown" error. I tried many solutions to clear this issue, but nothing worked well. So, I changed my running destination to the Rosetta simulator, and at that time, the app…
amp.dev
  • 410
  • 4
  • 16
0
votes
0 answers

Error in Swift Package: Could not find module 'XXXX' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator,

There is issue with Swift package manager i added and it is showing error Could not find module 'XXX' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, It is working with Rosetta in Simulator and in actual device with…
IOSDev
  • 205
  • 2
  • 10
0
votes
0 answers

XCode 14.3.1 - M1 runner - xcodebuild - UI tests doesn't create clones of simulators

I'm having problems with UI tests on an M1 runner using Xcode 14.3.1. In my project, I need to build using the Rosetta simulator because I have a dependency that is not updated to support the arm simulator. This dependency relies on OpenCV. This is…
0
votes
0 answers

Running x86-compiled chromium on M2 chip docker fails

I have compiled Chromium from source on an x86_64 LINUX/UNIX platform, which I'm trying to run within Docker form my apple-silicon MacOS using the Rosetta feature as suggested in other community posts. When Chromium runs, it seems it acknowledges…
Constantin
  • 848
  • 8
  • 23
0
votes
1 answer

pod install fails after line: "Installing glog(0.3.5)" in React Native Project initialization and pod install on M1 Macbook running macOS Ventura

I followed the steps to set up the environment for react native on Mac: https://reactnative.dev/docs/environment-setup. But when I reach the part to initialize a fresh new project, I get this error: react-native init error Then when I cd ios and try…
0
votes
0 answers

Docker --platform vs. Docker's 'Use Rosetta for x86/amd64 emulation on Apple Silicon' Beta feature

I found an interesting phenomenon which I need help with understanding. Context I am trying to run MSSQL Docker container (https://hub.docker.com/_/microsoft-mssql-server). Machine: Macbook Air Chip: M1 OS: Ventura 13.3.1 (22E261) Docker Version…
0
votes
1 answer

Problem with Rosetta compilation: StructureID has not been declared

I am trying to compile Rosetta using scons.py script provided by the developers If I use gcc compilier, I get "error: StructureID has not been declared" gcc If I use clang, I get similar error. clang Compiler versions are relevant. If anyone has…
Qruwry
  • 1
  • 1
0
votes
0 answers

Unable to generate iOS app archive of Flutter app, Always facing some module missing issue

I'm facing a few issues when generating an iOS archive on my Mac Mini M1. In one project, it gives me an error for "camera avfoundation" and in another project, it gives "cloud_firestor," as mentioned in the following screenshots. But it's working…
Keval Tank
  • 21
  • 3
0
votes
2 answers

Install node version 16 on M1 Apple mac

For new Apple M1 silicon mac-books, how can we install node on processor x86_64 arch. According to node.js download page, they don't provide the mac installer for x86_64 processors. Please refer the download page -…
Deminem
  • 672
  • 8
  • 19
0
votes
0 answers

Django Rosetta autoreload new translations bad gateway error

I have a problem with django-rosetta, it works fine but when changing translations it is not applied to the site until restarting the docker. I tried adding these codes: ROSETTA_WSGI_AUTO_RELOAD = True ROSETTA_UWSGI_AUTO_RELOAD = True But after…
Alasgar
  • 134
  • 9