While installing WebRTC to my iOS project I am getting the following error:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_RTCICECandidate", referenced from:
objc-class-ref in APPRTCAppDelegate.o
"_OBJC_CLASS_$_RTCICEServer", referenced from:
objc-class-ref in APPRTCAppClient.o
"_OBJC_CLASS_$_RTCMediaConstraints", referenced from:
objc-class-ref in APPRTCAppDelegate.o
"_OBJC_CLASS_$_RTCPair", referenced from:
objc-class-ref in APPRTCAppDelegate.o
"_OBJC_CLASS_$_RTCPeerConnectionFactory", referenced from:
objc-class-ref in APPRTCAppDelegate.o
"_OBJC_CLASS_$_RTCSessionDescription", referenced from:
objc-class-ref in APPRTCAppDelegate.o
"_OBJC_CLASS_$_RTCVideoCapturer", referenced from:
objc-class-ref in APPRTCAppDelegate.o
"_OBJC_CLASS_$_RTCVideoRenderer", referenced from:
objc-class-ref in VideoView.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
How do I fix this?