I have a minimal c program for the m1 arm cpu that returns 42: void _start() { asm("mov x0, #42;"); asm("mov x16, #1;"); asm("svc 0x80;"); } This c
Running ipatool errors out. xcrun ipatool ~/app.ipa --output=foo --info --json=foo/ipatool.info.json It prints the following error "alerts": [ {