Question

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

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top