标签: ios xcode pjsip
我们想尝试PJSIP用于iPhone。所以我们检查了代码。一旦我们在Xcode 4.6.2中打开它,我们就会看到很多红色错误。示例错误包括:
Expected property attribute before string Autorelease pool undeclared etc...
每个源文件都有此类红色错误。
我们正在为ios 6设备构建。在我们做任何事情之前,所有这些错误都是开箱即用的。
有谁知道什么是错的?