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.
That header,
PXVirtualControl.h
, is included in thePrivateHeaders
folder of the framework. You may need to add that folder in the header search path of your unit testing project.