Categories Uncategorised How to change Arch on M1 ? Post author By Ming Post date October 12, 2022 #arch to x86 function archx86 { if [ $(arch) = "arm64" ]; then exec arch -x86_64 $SHELL fi } #arch to arm function archarm { if [ $(arch) = "i386" ]; then exec arch -arm64 $SHELL fi } Share this:TwitterFacebook ← Next.js → Download the iOS IPA file with the command line tool “IPATool”