Skip to content

fatal error: 'MobileRTC/MobileRTCAuthService.h' file not found #3

Description

@RameshThota87

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions