使用upnpx库时遇到一个小问题。
我已经下载了库并打开了upnpdemo工作区。我在同一工作区中创建了一个新项目,尝试使用此库创建一个简单的应用程序。我将参数设置为演示项目,但XCode返回21个错误:
Apple Mach-O Linker Error
Undefined symbols for architecture i386:
"std::string::find(char const*, unsigned long) const", referenced from:
答案 0 :(得分:0)
在新项目的构建设置中,将 C ++语言方言和 C ++标准库设置为Compiler Default
。
答案 1 :(得分:0)
如果使用
构建upnpx.a**C++ Language Dialect** GNU++11[-std=gnu++11]
**C++ Standard Library** libc++ (LLVM C++ standard library with C++11 support)
在你的项目中你必须 iOS部署目标7.0或更高版本
如果从网络上获取upnpx.a,您可以尝试降低部署目标,6。
并且不要忘记
**Other Linker Flags**: -lstdc++