3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Cocoapodsで.pchや.pcmのエラー時の対処法

Last updated at Posted at 2014-08-01

Xcode6 beta4 を使っていてハマったのでメモ。

fatal error... .pch/.pcm' was built というエラーが発生し、Podsフォルダや.xcworkspaceを消して入れなおしても、OrganizerパネルからDerived Dataの削除やCleanを実行しても解決しない...。

対処法

trash /Users/YourUserName/Library/Developer/Xcode/DerivedData/ModuleCache/*

この後、Cleanを実行して解決しました。

rmコマンドでもいいかもしれないけど、使うたびにヒヤヒヤするのでbrew install trashで入れたtrashコマンドを使用してゴミ箱に送ります。

参考

3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?