I'm trying to compile pjsip for ios .
I downloaded pjsip and made config-site.h .
On running command .configure-iphone, its fine and displays - Done configuring for iPhoneOS8.3.sdk
But on running , make dep command , it displays following error:
for dir in pjlib/build pjlib-util/build pjnath/build third_party/build pjmedia/build pjsip/build pjsip-apps/build ; do \
if /Applications/Xcode 4.app/Contents/Developer/usr/bin/make -C $dir dep; then \
true; \
else \
exit 1; \
fi; \
done\
I don't find any solution. Can anyone help me ?
Any help highly appreciated.
Thanks in advance.