I have a iOS project in which a included static library myLibrary.a with headers.
One of its headers (MyHeader.h) I included to MyProject-Prefix.pch
But when I run Jenkins to build my project, I get error:
#import "MyHeader.h" file not found
What the reason of this ? how to fix that ?