0

We want to experiment with PJSIP for iPhones. So we did a checkout of the code. As soon as we open it up in Xcode 4.6.2, we see a lot of red errors. Example errors include:

Expected property attribute before string
Autorelease pool undeclared
etc...

Every source file has red errors of this nature.

We're building for ios 6 devices. All these errors are happening right out of the box before we even do anything.

Does anyone know what's wrong?

John
  • 32,403
  • 80
  • 251
  • 422
  • Just thought I'd point out that PJSIP is licensed using the GPL and [places restrictions on closed source distribution](http://trac.pjsip.org/repos/wiki/FAQ#proprietary). If you're aware, all is well :) – Joachim Isaksson May 03 '13 at 16:08
  • Also, [iOS is not on the list of supported platforms](http://www.pjsip.org/sip_media_features.htm#platforms). – Joachim Isaksson May 03 '13 at 16:15
  • @Joachim thank you, do you have a recommendation on a SIP library for ios development? Let's say our intention is to build a business offering voip services to customers – John May 03 '13 at 16:16
  • THe reason i looked at pjsip was because of this http://stackoverflow.com/questions/1493050/ios-open-source-voip-sip-objective-c-code – John May 03 '13 at 16:18
  • Sorry, my VoIP days were before the iPhone :) I can only point to [this](http://stackoverflow.com/a/10894326/477878). – Joachim Isaksson May 03 '13 at 16:19
  • @JoachimIsaksson pointed to an old link regarding supported platforms. The current one is https://trac.pjsip.org/repos/wiki/PJSIP-Datasheet – Perry Ismangil May 22 '13 at 13:10
  • So you were following https://trac.pjsip.org/repos/wiki/Getting-Started/iPhone and got stuck? Which step exactly? It does not mention loading it in XCode, it uses the command line tools. – Perry Ismangil May 22 '13 at 13:16

0 Answers0