ark-brighthustle / flutter_zoom_sdk

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by CodeSyncr
BSD 3-Clause "New" or "Revised" License
41 stars 85 forks source link

import MobileRTC #86

Closed sudhanshujuyal closed 2 years ago

sudhanshujuyal commented 2 years ago

warning: [CP] Unable to find matching .xcframework slice in 'ios-i386_x86_64-simulator ios-arm64_armv7' for the current build architectures (arm64 x86_64). /Users/pearlorganisation/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_zoom_sdk-1.1.0+4/ios/Classes/SwiftFlutterZoomSdkPlugin.swift:2:8: error: no such module 'MobileRTC' import MobileRTC ^

ark-brighthustle commented 2 years ago

warning: [CP] Unable to find matching .xcframework slice in 'ios-i386_x86_64-simulator ios-arm64_armv7' for the current build architectures (arm64 x86_64). /Users/pearlorganisation/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_zoom_sdk-1.1.0+4/ios/Classes/SwiftFlutterZoomSdkPlugin.swift:2:8: error: no such module 'MobileRTC' import MobileRTC ^

currently doesn't support on simulator ---- m1 chip

moazelsawaf commented 2 years ago

@evilrat The same error appears with Intel chips too.

AhmedAbouelkher commented 2 years ago

@evilrat The same error appears with Intel chips too.

Did you fix the issue?