当我添加AsyncSocket.h
到.m
我的项目时,我收到了这个错误
Undefined symbols for architecture i386:
" _OBJC_CLASS_$_AsyncSocket", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
如何解决?