x-code cannot see my class
Posted
by dubbeat
on Stack Overflow
See other posts from Stack Overflow
or by dubbeat
Published on 2010-05-05T09:05:57Z
Indexed on
2010/05/05
9:08 UTC
Read the original article
Hit count: 167
xcode
This is pretty strange.
I have a class in Classes folder of my project (a .h file and a .m file).
When I try to import it like so
#import <myClass.h>
I get an error saying "no such file or directory".
It is definitely there. What could be going on?
© Stack Overflow or respective owner