プロジェクトに追加する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)
それを修正する方法は?