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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -