Cannot execute "make" on ios-webkit-debug-proxy

Hello,

In order to run my tests with Appium on real iOS device, the official documentation requires “ios-webkit-debug-proxy” to be used. I have cloned the project from git and I am currently trying to execute “make” command, but it results in the following error:

====================================================================================
ios-webkit-debug-proxy-1.4 my_user$ make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in src
gcc -DHAVE_CONFIG_H -I. -I… -I…/include -g -O2 -Wall -Werror -MT ios_webkit_debug_proxy_main.o -MD -MP -MF .deps/ios_webkit_debug_proxy_main.Tpo -c -o ios_webkit_debug_proxy_main.o ios_webkit_debug_proxy_main.c
In file included from ios_webkit_debug_proxy_main.c:23:
…/include/webinspector.h:15:10: fatal error: ‘plist/plist.h’ file not found
#include
^
1 error generated.
make[2]: *** [ios_webkit_debug_proxy_main.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I have read most of the articled with no result so far. Have you met this issue? I am working on Macbook Pro with OS version 10.9.4. Any help will be appreciated.