Following the How To Get Started section for SignalR-ObjC repo, I'm getting the following error when I build the SignalR.Samples.iOS
project:
Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SRWebSocket", referenced from: objc-class-ref in libSignalR.Client.iOS.a(SRWebSocketTransport.o) (maybe you meant: _OBJC_CLASS_$_SRWebSocketConnectionInfo, _OBJC_CLASS_$_SRWebSocketTransport ) "_OBJC_METACLASS_$_AFHTTPRequestOperation", referenced from: _OBJC_METACLASS_$_SRHTTPRequestOperation in libSignalR.Client.iOS.a(SRServerSentEventsTransport.o) "_OBJC_CLASS_$_AFJSONResponseSerializer", referenced from: objc-class-ref in libSignalR.Client.iOS.a(SRHttpBasedTransport.o) objc-class-ref in libSignalR.Client.iOS.a(SRServerSentEventsTransport.o) objc-class-ref in libSignalR.Client.iOS.a(SRLongPollingTransport.o) "_OBJC_CLASS_$_AFHTTPRequestOperation", referenced from: objc-class-ref in libSignalR.Client.iOS.a(SRHttpBasedTransport.o) _OBJC_CLASS_$_SRHTTPRequestOperation in libSignalR.Client.iOS.a(SRServerSentEventsTransport.o) objc-class-ref in libSignalR.Client.iOS.a(SRLongPollingTransport.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
To resolve this issue I have also checked this links :
- Linker error comes while running as well as testing the Xcode workspace after updating KIF framework via cocoapods
- Linker error comes while running as well as testing the Xcode workspace after updating KIF framework via cocoapods.
But still the issue persists. How can I correct the following issue? (I am using XCode 6.1)