Using CHDataStructures.framework on iPhone

Posted by nununo on Stack Overflow See other posts from Stack Overflow or by nununo
Published on 2009-11-04T11:52:00Z Indexed on 2010/04/19 13:33 UTC
Read the original article Hit count: 754

Hi,

I'm new to iPhone programming and I'm trying to use CHDataStructures in my project. But I'm running into some issues:

  1. When I directly try to build it right after download I get the error "Foundation/Foundation.h" no such file or directory. The Active SDK is "Use Base SDK" and the active architecture is x86_64. I believe I should set the Active SDK to the iPhone SDK but it isn't listed there;

  2. At some point (I don't remember how) I managed to tweak it and I got the iPhone SDK (simulator) in the active SDK but when I tried to build it I got the following error: "target specifies product type 'com.apple.product-type.framework', but there's no such product type for the 'iphonesimulator' platform";

And now I'm stuck. What am I doing wrong?

Thanks in advance, Nuno

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk