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?