Search code examples
iosobjective-cios4open-sourcepjsip

Errors in building the pjsip in iphone


I want to run pjsip on my iPhone simulator but I am not able to run that. I properly follow the the steps given with it. But it shows errors e.g.

errors shown after build


Solution

  • It seems the static library provided is built with device architecture. Try to run the application in Device. Otherwise, get the source code and compile it for i386 architecture (to support simulator)

    Update: For more details, please visit this link