Gettin error when running SDK example

Hi,

I’m trying to run the SDK example on my iOS device/simulator but get the following error:

dyld: Library not loaded: @rpath/MobileRTC.framework/MobileRTC

Referenced from: /Users/hossein_shirinabadi/Library/Developer/CoreSimulator/Devices/B6C63044-4E69-4F45-AC3A-723F77B42D06/data/Containers/Bundle/Application/C487A830-2CA9-4072-B75A-7205CE904875/MobileRTCSample.app/MobileRTCSample

Reason: image not found

I’m using Xcode 11.5 and have added all frameworks with “Do Not Embed” option in “Frameworks, Libraries, and Embedded Content”.

I don’t have a business zoom account and therefore no Key and Secret has been set in AppDelegate.h

Thanks for your help.

Hey, I don’t think you need a business zoom account to get Key and Secret. I had the same issue when I used the account owned by school/ company, but after I signed up with my personal email, I’m able to create SDK credentials on this page https://marketplace.zoom.us/develop/create.
It seems like the Key and Secret is required to access the frameworks and run demo app, so hopefully you’ll be able to get it this way!

1 Like

Hi @hossein_shirinabadi,

Thanks for using the Zoom SDK. As @pqy mentioned, you do not need a business account to have SDK key & secret. As long as you are the admin of your account, you should be able to create SDK app on Marketplace and retrieve your SDK credentials. Please follow the instruction here to create an SDK app on Marketplace: https://marketplace.zoom.us/docs/guides/build/sdk-app;

Once you have retrieved your SDK credentials, follow the instruction here to import the iOS SDK into your application(If you are building the demo app, this is pre-configured):https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/getting-started/integration

Hope this helps. Thanks!