Why am I seeing an error about _OBJC_CLASS_$_CPGraphHostingView with Core Plot?

Posted by user616281 on Stack Overflow See other posts from Stack Overflow or by user616281
Published on 2011-02-14T13:58:25Z Indexed on 2011/02/14 15:25 UTC
Read the original article Hit count: 175

Filed under:
|

I downloaded the Core Plot example application, but when I compile it I saw a few errors. I then added the Core Plot SDK, but in this SDK there is no class named CPGraphHostingView. Therefore, I added the class manually from this link.

However, I now see the following error:

ERROR -  "_OBJC_CLASS_$_CPGraphHostingView", referenced from:

How can I work around this to get the sample application to compile?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-plot