Universal 2 Binaries

I want to check on behaviour of macOS Application which is built with Universal 2 setting and loading a library which is not a Universal 2 binary. Will this work?
Answered by DTS Engineer in 660085022
I'm assuming that the library in question is built for Intel CPUs. This means you will need to use Rosetta for everything on an M1 Mac. Within a single process, all code needs to be the same architecture.
Accepted Answer
I'm assuming that the library in question is built for Intel CPUs. This means you will need to use Rosetta for everything on an M1 Mac. Within a single process, all code needs to be the same architecture.
Thank you for the details
Universal 2 Binaries
 
 
Q