2012/06/25

[Objective-C][iOS]unknown type name

確実に、import文でクラス定義をインポートしているのに、なぜかエラー??

どうしてかなーっと思ってぐぐったら答えがありました。

This problem happen to me once.

I was importing the "APPDelegate.h" in my h file and in my APPDelegate.h I was importing the file too (it shouldn't be a problem but...)

What I did: I changed the Import from my own .h to .m and it worked :)

via:unknown type name in objective c
どうやら、AppDelgateファイルをインポートしていたのが原因のようです。

確かに削除したら、うまくいった。

以降から気をつけたいですね。

0 コメント:

コメントを投稿