Hey everyone, I’m stuck with a weird compiler issue. It’s only happening on my iPhone 7, not on iPhone 5 or any simulators.
When I try to build my app, I get this error:
fatal error: error in backend: Error while trying to spill X0 from class GPR64: Cannot scavenge register without an emergency spill slot!
clang: error: clang frontend command failed with exit code 70
The error message is pretty long and mentions something about submitting a bug report to Apple. It also talks about preprocessed source files and a crash backtrace.
Has anyone run into this before? Any ideas on how to fix it? I’m using the latest Xcode beta if that helps. Thanks in advance for any tips!