Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any chance to update latest meeting sdk v5.7.1 #9

Closed
mirkarpude opened this issue Sep 16, 2021 · 18 comments
Closed

Any chance to update latest meeting sdk v5.7.1 #9

mirkarpude opened this issue Sep 16, 2021 · 18 comments

Comments

@mirkarpude
Copy link
Collaborator

mirkarpude commented Sep 16, 2021

feature Request

Or v5.5.1

@driftboat
Copy link
Owner

Thanks for reaching out,that’s a great question

@driftboat
Copy link
Owner

flutter_zoom 1.0.3(with zoom-sdk-android-5.7.1.1268 and zoom-sdk-ios-5.7.1.645) has been published.

@mirkarpude
Copy link
Collaborator Author

mirkarpude commented Sep 18, 2021

How to set meeting_views_options
like
opts.meeting_views_options = MeetingViewsOptions.NO_TEXT_PASSWORD+MeetingViewsOptions.NO_TEXT_MEETING_ID + MeetingViewsOptions.NO_BUTTON_PARTICIPANTS

@pinskynet
Copy link

Launching lib/main.dart on iPhone 6 in debug mode...
lib/main.dart:1
Xcode build done. 3.8s
Failed to build iOS app
Error output from Xcode build:

objc[10227]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1fed8fb78) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10c4e42c8). One of the two will be used. Which one is undefined.
objc[10227]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1fed8fbc8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10c4e4318). One of the two will be used. Which one is undefined.
** BUILD FAILED **
Xcode's output:

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).
/opt/homebrew/Caskroom/flutter/2.8.1/flutter/.pub-cache/hosted/pub.dartlang.org/zoom-1.0.3+4/ios/Classes/SwiftZoomPlugin.swift:3:8: error: no such module 'MobileRTC'
import MobileRTC
^
/opt/homebrew/Caskroom/flutter/2.8.1/flutter/.pub-cache/hosted/pub.dartlang.org/zoom-1.0.3+4/ios/Classes/SwiftZoomPlugin.swift:3:8: error: no such module 'MobileRTC'
import MobileRTC
^
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')
Could not build the application for the simulator.
Error launching application on iPhone 6.

Hello
That's my issue when i build on ios simulator (iOS 11.4). Can you help me?

@driftboat
Copy link
Owner

Did you execute this command flutter pub run zoom:unzip_zoom_sdk
Duplicate of #14

@pinskynet
Copy link

I did but still got

@driftboat
Copy link
Owner

driftboat commented Jan 7, 2022

could you show me the console log when you execute that command, or check this: #16 (comment)

@pinskynet
Copy link

Here you are
huy@Huys-Mac-mini example % flutter pub run zoom:unzip_zoom_sdk Download https://www.dropbox.com/s/44rv7hgvqbgm7j7/MobileRTC?dl=1 to ../..//ios/MobileRTC.xcframework/ios-arm64_armv7/MobileRTC.framework/MobileRTC Download https://www.dropbox.com/s/0qx52d1cb45oxku/MobileRTC?dl=1 to ../..//ios/MobileRTC.xcframework/ios-i386_x86_64-simulator/MobileRTC.framework/MobileRTC Download https://www.dropbox.com/s/lcjoc2evrmeucte/commonlib.aar?dl=1 to ../..//android/libs/commonlib.aar Download https://www.dropbox.com/s/exe1aa0aflyh53f/mobilertc.aar?dl=1 to ../..//android/libs/mobilertc.aar Complete huy@Huys-Mac-mini example %

@driftboat
Copy link
Owner

could you show me the zoom uri_root in package_config.json
image

@driftboat
Copy link
Owner

driftboat commented Jan 7, 2022

I will check it, Or download these packages from webbrower and place them under the rootUri as #16 (comment)

@pinskynet
Copy link

i will try. thanks many

@driftboat
Copy link
Owner

driftboat commented Jan 7, 2022

Sorry! I don’t get this problem on my Mac, You can check it by adding some logs in /opt/homebrew/Caskroom/flutter/2.8.1/flutter/.pub-cache/hosted/pub.dartlang.org/zoom-1.0.3+4/bin/unzip_zoom_sdk.dart on your Mac.
The "rootUri" on your mac is very weird..., for me, It looks like this "rootUri": "file:///Users/yxxiong/.pub-cache/hosted/pub.flutter-io.cn/zoom-1.0.3+4"

@pinskynet
Copy link

Could you tell me flutter, xcode, ios version you build?

@driftboat
Copy link
Owner

@pinskynet
Copy link

I will try. Thank you so much

@driftboat
Copy link
Owner

driftboat commented Jan 9, 2022

Sorry,It doesn't work, for now I have no idea to fix this issue, You can check this: flutter/flutter#66104

@pinskynet
Copy link

No problem. Thanks for the enthusiasm.

@EyMaddis
Copy link
Collaborator

EyMaddis commented Jan 9, 2022

@pinskynet I assume that you are using an M1 based Mac (based on the fact that you use a Mac Mini). Could that be?

Run flutter pub run zoom:unzip_zoom_sdk and try on a real device.

If that works, you can also try the simulator again.

Without knowing too much about the different .zip files, I think the dev version is for x86 (Intel) and the other version is for ARM based processors (Intel).

Edit:
I think I am right.
From your Logs:

Unable to find matching .xcframework slice in 'ios-i386_x86_64-simulator ios-arm64_armv7' for the current build architectures (arm64 x86_64).

You could also try this workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants