All I'm trying to do is run the xcode project from this site: http://www.mupdf.com/
The problem is I get this error:
Shell Script Invocation Error: 'stdio.h' file not found
The site mentions that if I'm running from source I need to install dependencies, but I'm not sure how to do that. I tried dragging the files they said I need into xcode libraries section, but that did nothing.
Any ideas?
EDIT I've noticed that the libLibraries.a file is red under Targets->MuPDF->"Build Phases Link Binary with Libraries" not sure how to tell it where to find that file...