driftboat/flutter_zoom

Error with 2.5.2 Flutter SDK

sadaqatdev opened this issue · 1 comments

Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
Xcode build done. 9.9s
Failed to build iOS app
Error output from Xcode build:

** BUILD FAILED **
Xcode's output:

/Users/apple/Documents/flutter_data/flutter252/.pub-cache/hosted/pub.dartlang.org/zoom-1.0.3/ios/Classes/SwiftZoomPlugin.swift:3:8: error: no such module 'MobileRTC'
import MobileRTC
^
/Users/apple/Documents/flutter_data/flutter252/.pub-cache/hosted/pub.dartlang.org/zoom-1.0.3/ios/Classes/SwiftZoomPlugin.swift:3:8: error: no such module 'MobileRTC'
import MobileRTC
^
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
Could not build the application for the simulator.
Error launching application on iPhone 12 Pro Max.
Exited (sigterm)

Hello.

Please see the ReadMe file, mainly the part about libraries download:

flutter pub run zoom:unzip_zoom_sdk

If the issue continue after running the command above, please let us know.