Topic: TotalMix Remote Mac universal binary not native for M1?
Hi,
When trying to install TotalMix Remote Mac Universal Binary 1.22 (supports Intel and M1) my MacBook Air asks to install Rosetta. As I understand Universal Binary should run natively on M1? What I'm missing here?
Solution:
In terminal window do the following:
cd ~/Downloads
pkgutil --expand TotalMixRemote_122.pkg TotalMixRemote_122
rm TotalMixRemote_122.pkg
cd TotalMixRemote_122
Edit 'Distribution' file and change the line
<options customize="never" require-scripts="false"/>
to line
<options customize="never" hostArchitectures="x86_64,arm64" require-scripts="false"/>
pkgutil --flatten TotalMixRemote_122 TotalMixRemote_122.pkg
rm -r TotalMixRemote_122
Install TotalMixRemote_122.pkg as usually, no questions about Rosetta.