I am working on pjsip for voice chat on iPhone. The steps I have completed from the instructions are:
-
changed config_site.h as given.
-
successfully ran
$ cd /path/to/your/pjsip/dir $ ./configure-iphone $ make dep && make clean && make -
opened ipjsua.xcodeproj to build but some libraries are missing (highlighted in red). The project therefore does not build and I’m unable to proceed further.

How should I build project?
I could sort out the problem,
it wasnt big problem actually.
my project is not configured to run on simulator,so here are so many linking errors(these red colored librarys required to support pjsip on simulator).
i set my target as my ipad instead of simulator and made build.
it just worked!