PLCrashReporter not compiling in Xcode 10 beta. Seems like register size issue.
error: invalid operand for instruction movq %cs, 160(%rsp);
error: invalid operand for instruction movq %fs, 168(%rsp);
error: invalid operand for instruction movq %gs, 176(%rsp);
I did follow this link https://github.com/plausiblelabs/plcrashreporter/pull/12/files after doing code changes the other instructions are getting error.
error: invalid operand for instruction movl %cs, 16 +56(%esp);
error: invalid operand for instruction movl %ds, 16 +60(%esp);
error: invalid operand for instruction movl %es, 16 +64(%esp);
Any help is much appreciated.
It seems that beta 5 have a lot bugs.
Mine is
ln
errorbeta 1~4 all works fine. plus Xcode 9