@ geometry dash: Yes, the error is an architecture mismatch, not really an El Capitan problem. Your build is being requested as x86_64, but several QR-code object files (rs.o, isaac.o, bch15_5.o, etc.) were compiled as i386. The linker therefore ignores them, and the QR decoder symbols become undefined.
@ geometry dashYes, the error is an architecture mismatch, not really an El Capitan problem. Your build is being requested as x86_64, but several QR-code object files (rs.o, isaac.o, bch15_5.o, etc.) were compiled as i386. The linker therefore ignores them, and the QR decoder symbols become undefined.
Yes, the error is an architecture mismatch, not really an El Capitan problem. Your build is being requested as x86_64, but several QR-code object files (rs.o, isaac.o, bch15_5.o, etc.) were compiled as i386. The linker therefore ignores them, and the QR decoder symbols become undefined.