Xcode linker error: file too small for architecture x86_64

Stealing @martin-baulig’s answer:

Try a full rebuild / clean. It’s possible that the previous build has been abnormally aborted, leaving the TWRAppDelegate.o file corrupted or zero-size.

Leave a Comment