Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们想在 iPhone 上试验 PJSIP。所以我们检查了代码。我们一在 Xcode 4.6.2 中打开它,就会看到很多红色错误。示例错误包括:
Expected property attribute before string Autorelease pool undeclared etc...
每个源文件都有这种性质的红色错误。
我们正在为 ios 6 设备构建。在我们做任何事情之前,所有这些错误都是开箱即用的。
有谁知道出了什么问题?