Adding Existing Framework to Xcode (iPhone) error
Posted
by Urizen
on Stack Overflow
See other posts from Stack Overflow
or by Urizen
Published on 2010-03-25T15:20:30Z
Indexed on
2010/03/25
15:23 UTC
Read the original article
Hit count: 375
I have added the <QuartzCore/QuartzCore.h> to my Frameworks folder in my iPhone project and added the #import "<QuartzCore/QuartzCore.h>" statement at the top of a custom UIView class.
However the custom UIView class gives me a "No such file or directory" compliation error in relation to the <QuartzCore/QuartzCore.h> framework. Is there something else I need to set so that the compiler can see the framework.
I'm not expert on the Xcode IDE so any assistance would be extremely welcome.
© Stack Overflow or respective owner