iOSエンジニアのつぶやき
id:yum_fishing
Error: Illegal instruction: 4 (in target '' from project '') の対処法
今回は、Xcode11.7 から Xcode12.0.1(GM) への移行中に発生した、タイトルのエラーで原因だったポイントと、改善方法を簡単にまとめます。なお、error: Illegal instruction: 4 は SwiftCompiler ではなく、OS によって出力されている Error のようですので、今回の Error が Xcode または Swift のバージョンに起因してい…