Questions tagged [rosetta-2]

Use this tag for questions related to Apple’s Rosetta 2 x86 emulation, first introduced in macOS Big Sur in 2020 to enable backward compatibility for x86 code running on Apple Silicon (ARM) CPUs.

Use this tag for questions related to Apple’s Rosetta 2 x86 emulation, first introduced in macOS Big Sur in 2020 to enable backward compatibility for x86 code running on Apple Silicon (ARM) CPUs.

50 questions
0
votes
1 answer

Mac OS with M1 encounters with an error when using glfw glew

error! ld: warning: ignoring file /opt/homebrew/Cellar/glfw/3.3.2/lib/libglfw.3.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 Undefined symbols for architecture x86_64: "_glfwCreateWindow", referenced…
sumijie
  • 21
  • 2
  • 3
-1
votes
1 answer

How to link MacOS x86_64 libraries to Universal apps?

My MacOS app uses multiple statically linked SDKs (C / C++ libraries) from multiple hardware manufacturers. Since the libraries are mostly compiled for x86_64 and the manufacturers are slow in adapting to arm64, I have to also build my project for…
gekart
  • 143
  • 7
-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

What is it meant by "developers must optimise their apps to run on ARM-based processors"?

This is a subject that I am not very knowledgable about and I was hoping to get a better understanding on the topic. I was going through articles about Apple's transition to Apple Silicon and at some point I read "Apple is going to ship Rosetta 2,…
alexandrosangeli
  • 262
  • 2
  • 13
1 2 3
4