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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -