1

ios设备构建错误....

ld: warning: ignoring file /Users/andre/Downloads/UnittWebSocketClient/bin/Debug-iphonesimulator/libUnittWebSocketClient.a, file was built for archive which is not the architecture being linked (armv7): /Users/andre/Downloads/UnittWebSocketClient/bin/Debug-iphonesimulator/libUnittWebSocketClient.a

架构 armv7 的未定义符号:“_OBJC_CLASS_$_WebSocket”,引用自:ViewController.o 中的 objc-class-ref “_OBJC_CLASS_$_WebSocketConnectConfig”,引用自:ViewController.o ld 中的 objc-class-ref:未找到符号对于架构 armv7 clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)

4

1 回答 1

1

这是我的回答。

  1. 从此网址结帐:https ://code.google.com/p/unitt/source/checkout
  2. 将 [unitt\iOS\UnittWebSocketClient\trunk\UnittWebSocketClient] 包含到您的项目中。(.h, .m)
  3. 从您的项目中删除 libUnittWebSocketClient.a lib 文件。
于 2013-06-18T06:09:58.140 回答