LoginSignup
6
6

More than 5 years have passed since last update.

LLVMエラー対処例

Posted at

一般的に有名(?)な方法でLLVMエラーを駆逐できなかったけど、
とりあえず対処することができたので共有

ビルド時のLLVMエラー対処(一般的)

  • Product>Clean
  • optionキーを押しながら Product>Clean Build Folder
  • Window>Organizer>DerivedData削除
  • Xcode再起動
  • Mac本体ごと再起動
  • 念じる

DerivedDataフォルダを参照して直接削除

以下のパスに行って、そこにあるフォルダをすべて削除
これでLLVMエラーが解消されました

~/Library/Developer/Xcode/DerivedData/

参考URL

Fixing file 'project.pch' has been modified since the precompiled header was built error in Xcode - Stack Overflow
http://stackoverflow.com/questions/14793329/fixing-file-project-pch-has-been-modified-since-the-precompiled-header-was-bui

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6