Fatal error: 'Pixate/PXVirtualControl.h' file not found

242 Views Asked by At

I am using the pixate framework to style my views. It does very well. I am also using kiwi as a test framework. When I include the pixate framework for a test case it just throws the following error:

fatal error: 'Pixate/PXVirtualControl.h' file not found

PXVirtualControl.h is a private header file.

1

There are 1 best solutions below

0
pixatepaul On

That header, PXVirtualControl.h, is included in the PrivateHeaders folder of the framework. You may need to add that folder in the header search path of your unit testing project.