PLCrashReporter 未在 Xcode 10 beta 中编译。似乎是寄存器大小问题。
错误:指令 movq %cs, 160(%rsp) 的操作数无效;
错误:指令 movq %fs, 168(%rsp) 的操作数无效;
错误:指令 movq %gs, 176(%rsp) 的操作数无效;
在进行代码更改后,我确实遵循了此链接https://github.com/plausiblelabs/plcrashreporter/pull/12/files ,其他说明出现错误。
错误:指令 movl %cs, 16 +56(%esp) 的操作数无效;
错误:指令 movl %ds 的操作数无效,16 +60(%esp);
错误:指令 movl %es, 16 +64(%esp) 的操作数无效;
任何帮助深表感谢。