I tried to use cocoapods in an static library project iKit, and use iKit as a subproject in my main app project. When I build the main app project, an error is occur:
Look image here:
How should I struct the source and static library like that?
If I directly Use the cocoapods in main app project TestiKit, everything will be OK.
What I should do?