Using CHDataStructures.framework on iPhone

I am new to programming on the iPhone and I am trying to use CHDataStructures in my project. But I am facing some problems:

  • When I immediately try to create it immediately after loading, I get the "Foundation / Foundation.h" error without such a file or directory. The active SDK is Use Basic SDK, and the active architecture is x86_64. I believe that I should install the Active SDK on the iPhone SDK, but it is not listed there;

  • At some point (I don’t remember how) I managed to configure it, and I received the iPhone SDK (simulator) in the active SDK, but when I tried to build it, I received the following error: "target indicates the product type" com.apple .product-type.framework ", but there is no such type of product for the iphonesimulator platform;

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

Thanks in advance, Nuno

+3
source share
1 answer

CHDataStructures - , Mac. iPhone, . Cocoa Touch Static Library, . Cocoa.h , Mac, .

, :

, Three20 .


UPDATE: CHDataStructures Mac, iOS.

+3

Source: https://habr.com/ru/post/1721874/


All Articles