#include "missing.h"
I have a library that have missing.h header file which in Full version of the framework I include that library but in lite version I don't want to link that library..
But in objective c when you include missing file it will not continue building it will show an errors that the header "missing.h" is not found.
How can I work around this problem? like to say if the header not found don't include it at all