Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 iOS 项目,其中包含myLibrary.a带有标题的静态库。它的标题之一 ( MyHeader.h) 我包含在MyProject-Prefix.pch
myLibrary.a
MyHeader.h
MyProject-Prefix.pch
但是当我运行 Jenkins 来构建我的项目时,我得到了错误:
#import "MyHeader.h" file not found
这是什么原因?如何解决?