1. ホーム
  2. objective-c

[解決済み] Xcode リンカエラー: file too small for architecture x86_64

2023-01-04 01:32:10

質問

Xcodeでアプリケーションを開発しています。

ビルドしようとすると、こんなエラーが出ます。

ld: in /Users/theodore/Library/Developer/Xcode/DerivedData/Tower-bkpdifuqssebjdgurzmtirbxejnn/Build/Intermediates/Tower.build/Debug/Tower.build/Objects-normal/x86_64/TWRAppDelegate.o, file too small for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

何が問題なのか、誰か知っていますか?

どのように解決するのですか?

martin-bauligさんの回答を盗用しました。

完全なリビルド/クリーンアップを試してみてください。以前のビルドが異常に中断され、TWRAppDelegate.o ファイルが破損しているか、サイズがゼロのままになっている可能性があります。