Integrating MobileRTC stack iOS into an Existing Project

Hello,
I have a project (Objective-C based) which I’m currently working on and I need to integrate the zoom project (https://github.com/zoom/zoom-sdk-ios) into and call up some UI views. Each time I try building project, I get this and similar errors about
.h files “LanguaguePickerViewController.h not found”.

Framework and bundle are in lib folder as directed on your github page. I have tried to specify header search paths as well but still no solution.

Is there anything I’m not doing right about integrating your project with mine?
Better still, kindly provide steps to integrate your project with an existing one (what to do and not to).
Thank You.

hi stor:

LanguaguePickerViewController is one example class in SDK Sample, you can remove it. SDK do not include this class.