Use of undeclared identifier 'MobileRTCInviteHelper'

Description
Xcode 10 shows "Use of undeclared identifier ‘MobileRTCInviteHelper’ "

Which version?
v4.3.47201.0322

To Reproduce(If applicable)
Steps to reproduce the behavior:
added each file/classes from the downloaded zoom v4.3.47201.0322 github to my existing project. Then tried to build or run in xcode 10.

Screenshots
If applicable, add screenshots to help explain your problem.
35%20PM

Hi tobiakinola2,

Thanks for using Zoom SDK and thanks for providing the details. This error message usually happens when the header file is not correctly imported. We have sample code shown in the demo, you can refer to the demo code to verify the correct header that needs to be imported:https://github.com/zoom/zoom-sdk-ios/blob/master/MobileRTCSample/MobileRTCSample/MainViewController%2BMeetingDelegate.m#L50

Thanks!