mesibo / messenger-app-ios

Open Source Messenger App For iOS - Real-time Messaging, Voice and Video Calls
https://mesibo.com
106 stars 32 forks source link

can't build because found have issue on the mesibocall #9

Closed yanyongP closed 4 years ago

yanyongP commented 4 years ago

found have issue on the mesibocall only have a error about webrtc package

"_OBJCCLASS$_RTCDispatcher", referenced from: objc-class-ref in mesibocall(VideoCallViewController.o) "_OBJCCLASS$_RTCEAGLVideoView", referenced from: objc-class-ref in mesibocall(VideoCallView.o) "_RTCFileName", referenced from: -[PeerConnectionClient peerConnection:didStartReceivingOnTransceiver:] in mesibocall(PeerConnectionClient.o) +[RTCIceCandidate(JSON) JSONDataForIceCandidates:withType:] in mesibocall(RTCIceCandidate+JSON.o) -[RTCIceCandidate(JSON) JSONData] in mesibocall(RTCIceCandidate+JSON.o) "_OBJCCLASS$_RTCPeerConnectionFactory", referenced from: objc-class-ref in mesibocall(PeerConnectionClient.o) "_OBJCCLASS$_RTCAudioSession", referenced from: objc-class-ref in mesibocall(VideoCallViewController.o) "_OBJCCLASS$_RTCFileVideoCapturer", referenced from: objc-class-ref in mesibocall(PeerConnectionClient.o) "_OBJCCLASS$_RTCSessionDescription", referenced from: objc-class-ref in mesibocall(ARDSignalingMessage.o) objc-class-ref in mesibocall(RTCSessionDescription+JSON.o) lOBJC$_CATEGORYRTCSessionDescription$_JSON in mesibocall(RTCSessionDescription+JSON.o) "_OBJCCLASS$_RTCCameraVideoCapturer", referenced from: objc-class-ref in mesibocall(CameraCaptureController.o) "_RTCLogEx", referenced from: -[PeerConnectionClient peerConnection:didStartReceivingOnTransceiver:] in mesibocall(PeerConnectionClient.o) +[RTCIceCandidate(JSON) JSONDataForIceCandidates:withType:] in mesibocall(RTCIceCandidate+JSON.o) -[RTCIceCandidate(JSON) JSONData] in mesibocall(RTCIceCandidate+JSON.o) "_OBJCCLASS$_RTCMediaConstraints", referenced from: objc-class-ref in mesibocall(PeerConnectionClient.o) "_OBJCCLASS$_RTCConfiguration", referenced from: objc-class-ref in mesibocall(PeerConnectionClient.o) "_OBJCCLASS$_RTCIceCandidate", referenced from: objc-class-ref in mesibocall(ARDSignalingMessage.o) objc-class-ref in mesibocall(RTCIceCandidate+JSON.o) lOBJC$_CATEGORYRTCIceCandidate$_JSON in mesibocall(RTCIceCandidate+JSON.o) "_OBJCCLASS$_RTCIceServer", referenced from: objc-class-ref in mesibocall(PeerConnectionClient.o) "_query_mesibo_webrtc", referenced from: -[CallManager initialize] in mesibocall(CallManager.o) ld: symbol(s) not found for architecture x86_64

when i remove mesibo call , can build successful

mesibo commented 4 years ago

Your download is incomplete. Please check

https://mesibo.com/documentation/tutorials/open-source-whatsapp-clone/ios/#if-you-receive-linker-errors

yanyongP commented 4 years ago

thank you it work