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.
我正在使用 pixate 框架来设置我的视图样式。它做得很好。我也使用 kiwi 作为测试框架。当我为测试用例包含 pixate 框架时,它只会引发以下错误:
致命错误:找不到“Pixate/PXVirtualControl.h”文件
PXVirtualControl.h是一个私有头文件。
该标头 ,PXVirtualControl.h包含在PrivateHeaders框架的文件夹中。您可能需要在单元测试项目的标头搜索路径中添加该文件夹。
PXVirtualControl.h
PrivateHeaders