objective c - Why POD file cannot import target project header files in Xcode? -


i'm using pods , modify them well. came encounter situation need pod file podtest import file targettest.h main target header file. checked if target files can import header files not vice versa. write below line no compilation error in pod file.

@class targettest; 

but properties created targettest cannot used in pod file podtest.h or podtest.m

am doing wrong?

go :

project->build settings->user header search paths , add ${srcroot} choose recursive.

hope you!!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -