abo-el30la / zoom_native_sdk

Apache License 2.0
17 stars 11 forks source link

iOS Setup #1

Closed xenovector closed 1 year ago

xenovector commented 1 year ago

Hi, just wanna to confirm that the step mentioned "ios you need to darg and drop zoom ios meeting sdk manually to your application", is it drag the downloaded "MobileRTC.xcframework" & "MobileRTCScreenShare.xcframework" in the lib into my flutter's iOS project which open it through ios/runner.workspace? Or are you trying to mean drag and drop at flutter project directory?

Reason I ask this is because my side keep facing the below issue even when I did follow zoom iOS guideline:

Could not build the precompiled application for the device. Swift Compiler Error (Xcode): No such module 'MobileRTC' /Users/dextergold/flutter/.pub-cache/hosted/pub.dartlang.org/zoom_native_sdk-0.3.2/ios/Classes/SwiftZoomNativeSdkPlugin.swift:2:7

abo-el30la commented 1 year ago

you should drag and drop mobile rtc at runner project in xcode and embed it to project you can follow those instructions -> IOS Zoom install sdk

mib200 commented 1 year ago

Hi @abo-el30la have you successfully run it on iOS? I added Zoom SDK to the zoom_native_sdk plugin iOS folder, and application builds. But as soon as I init the plugin in my app, it crashes, any idea?

abo-el30la commented 1 year ago

can you provide the crash log or the error raised?

abo-el30la commented 1 year ago

and be sure you are using the latest version.

mib200 commented 1 year ago

@abo-el30la The MobileRTC framework is not found now. No matter what I do. I am not sure what is breaking this. Can you please try and update the example?

AhmedNasser7797 commented 1 year ago

any updates about ios setup ?

mohammmedsedky commented 1 year ago

now new update is available for ios integration