2
2

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利用時にヘッダファイルが見つからないエラーが出た場合の対処

2
Posted at

現象

既存のCocos2d-xプロジェクトにCocoaPodsを適用してるときに、Podsで取り込んでるはずのライブラリのヘッダファイルが見つからなかった。

対応

いろいろ調べてたらstackoverflowで同じくはまってる人がいて同じ方法で解決できた。

Configuration設定

ProjectのConfiguration設定でPodsが指定されてなかったみたい。
空のCocos2d-xプロジェクトにCocoaPodsを適用した場合は勝手に設定されていたので、既存プロジェクトに適用する場合は気をつけたほうがいいです。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?