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
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:7when i try to run debugger for IOS.
on my pubspec.yaml: zoom: ^1.0.3+5
the command
flutter build iosruns 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