Application that uses quickblox webrtc can be built for profiling.
ld: warning: ignoring file _/Pods/Quickblox-WebRTC/QuickbloxWebRTC.framework/QuickbloxWebRTC, missing required architecture i386 in file _/Pods/Quickblox-WebRTC/QuickbloxWebRTC.framework/QuickbloxWebRTC (3 slices)
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_QBRTCVideoFormat", referenced from:
objc-class-ref in VideoController.o
"_OBJC_CLASS_$_QBRTCClient", referenced from:
objc-class-ref in VideoController.o
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_QBRTCAudioSession", referenced from:
objc-class-ref in VideoController.o
"_OBJC_CLASS_$_QBRTCConfig", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_QBRTCSession", referenced from:
objc-class-ref in VideoController.o
"_OBJC_CLASS_$_QBRTCCameraCapture", referenced from:
objc-class-ref in VideoController.o
"_OBJC_CLASS_$_QBRTCRemoteVideoView", referenced from:
objc-class-ref in VideoController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Environment details
Expected behavior
Application that uses quickblox webrtc can be built for profiling.
Actual behavior
When building I have this error: