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

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top