I followed the documentation.After that, I am facing multiple errors ,
-
If i try to install the pod file it is saying "[!] Unable to find a specification for ZoomMobileRTC"
-
After that I tried using install and link the Zoom-sdk and run in iOS simulator , I am getting
- fatal error: 'MobileRTC/MobileRTCAuthService.h' file not found
#import <MobileRTC/MobileRTCAuthService.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
I tried to run in real iPhone device ,
In this I am getting,
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_MobileRTC", referenced from:
objc-class-ref in libRNMobileRTC.a(RNMobileRTC.o)
"_kMeetingParam_IsAppShare", referenced from:
-[RNMobileRTC startMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
"_kMeetingParam_MeetingNumber", referenced from:
-[RNMobileRTC startMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
-[RNMobileRTC joinMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
"_kMeetingParam_MeetingPassword", referenced from:
-[RNMobileRTC joinMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
"_kMeetingParam_ParticipantID", referenced from:
-[RNMobileRTC startMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
-[RNMobileRTC joinMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
"_kMeetingParam_UserID", referenced from:
-[RNMobileRTC startMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
"_kMeetingParam_UserToken", referenced from:
-[RNMobileRTC startMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
"_kMeetingParam_UserType", referenced from:
-[RNMobileRTC startMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
"_kMeetingParam_Username", referenced from:
-[RNMobileRTC startMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
-[RNMobileRTC joinMeeting:resolver:rejecter:] in libRNMobileRTC.a(RNMobileRTC.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Can you please hep on this.
I followed the documentation.After that, I am facing multiple errors ,
If i try to install the pod file it is saying "[!] Unable to find a specification for ZoomMobileRTC"
After that I tried using install and link the Zoom-sdk and run in iOS simulator , I am getting
1 error generated.
I tried to run in real iPhone device ,
In this I am getting,
Can you please hep on this.