Dear Chris,
Could you please show me how to build static library?
I tried to run MeetRTC because I see file “libMeetRTCSDK.a” already in /libs but it doesn’t work.
It showed up something like this:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_WebRTCSessionConfig", referenced from:
objc-class-ref in MRTCVideoViewController.o
"_OBJC_CLASS_$_WebRTCStack", referenced from:
objc-class-ref in MRTCVideoViewController.o
"_OBJC_CLASS_$_WebRTCStackConfig", referenced from:
objc-class-ref in MRTCVideoViewController.o
"_OBJC_CLASS_$_WebRTCStreamConfig", referenced from:
objc-class-ref in MRTCVideoViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
May be because I need to run again MeetRTCSDK to produce new file “libMeetRTCSDK.a”?
I am a newbie on developing iOS. Please help me out. Thanks so much