-
Notifications
You must be signed in to change notification settings - Fork 35
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
Swift Compiler Error (Xcode): No such module 'MobileRTC' #20
Comments
I've added to pubspec I got the same error |
Please make sure "MobileRTC" exists at /Users/komnata/.pub-cache/hosted/pub.dartlang.org/zoom-1.0.3+5/ios/MobileRTC.xcframework/ios-i386_x86_64-simulator/MobileRTC.framework/ |
Run "flutter pub run zoom:unzip_zoom_sdk" to download this file, or just download it and place it to that folder #16 (comment) |
![Ekran Resmi 2022-03-23 18 32 11 (2)](https://user-images.githubusercontent.com/44510636/159736990-858b0430-6242-422d-9fe1-6421a1f89 @driftboat as seen in attachments, i have downloaded MobileRTC file, and i have run I have version zoom: ^1.0.3+5 Maybe could it be related with that? |
https://devforum.zoom.us/t/unable-to-build-sdk-for-simulator-m1-mac-even-sample-project/56296 |
Facing the same issue with iOS Simulator |
Any luck people? Zoom SDK + M1 + iOS Simulator seems like a no show. |
I fixed it with running the following commands in the terminal: |
I fixed it with update the file 'zoom.podspec' and 'Podfile':
'''
''' Hope to help you ! |
Hello.
I am facing with error
Swift Compiler Error (Xcode): No such module 'MobileRTC' /Users/komnata/.pub-cache/hosted/pub.dartlang.org/zoom-1.0.3+5/ios/Classes/SwiftZoomPlugin.swift:2:7
when i try to run debugger for IOS.
on my pubspec.yaml: zoom: ^1.0.3+5
the command
flutter build ios
runs without any problem with a result:flutter build ios Running "flutter pub get" in zoom_flutter... 3,3s Building com.komnata.zoomFlutter for device (ios-release)... Automatically signing iOS for device deployment using specified development team in Xcode project: 8G82HYG22F Running pod install... 3,3s Running Xcode build... └─Compiling, linking and signing... 19,8s Xcode build done. 91,5s Built /Users/komnata/myPATHhere/flutter zoom/zoom_flutter/build/ios/iphoneos/Runner.app.
is there anybody faced with this issue, or am I missing something?
Thanks in advance
The text was updated successfully, but these errors were encountered: