Search code examples
iosxcodevoippjsip

PJSIP: Error file not found


I working on Project a project to make an iOS App to work like Viber/Skype using VoIP Protocol. For this I am using pjsip SDK but I get some Error :(

File not found, unknown type name, etc

Please help.

Thanks in Advance.
enter image description here


Solution

  • Based upon your screenshot,you have renamed the sample files in pjsipapp.but you have not configured the header paths and libarary paths. In your target click build settings and in search paths add your library paths.Hope it helps

    enter image description here