Framework not found MobileRTC

After following the steps on getting started, I added the framework from lib and also the. bundle found in lib as well. When I try to run project, I get the error
" ld: framework not found MobileRTC
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Additional information, I’m running xcode 9.3 and my project builds successfully when I remove MobileRTC.framework
At “Build Phases” - "Link Binary With Libraries "
I’m trying to integrate zoom MobileRTC into an existing project.

Hi Tobi:

Thank you for info. You can refer to what we did in MobileRTCSample for link issue, it may helpful to u.

 

@Tobi_Stor I had a similar error when I followed the guide here, I found that the MobileRTC.framework was referencing a file outside my project. So I dragged the file into my frameworks folder under my project and then got rid of the earlier MobileRTC.framework file and it worked.

Screen Shot 2020-04-25 at 4.46.14 PM

If you come across a ENABLE_BIT error, go to your build_settings and search for ENABLE_BIT and set it to NO

2 Likes

Hi tewodroswondimu,

Thanks for using Zoom SDK and thanks for sharing the info. Happy Zooming! :slight_smile:

1 Like

link please , i am facing in xcode 13

Hi @chaudhryumair007, thanks for using the dev forum.

The MobileRTCSample project is included with the SDK package when downloaded from the Zoom Marketplace.

Thanks!

I got the solution that time, thanks

Awesome, glad I was able to help!