Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

[iOS] v0.2.9 release fails with MissingPluginException #94

Closed
tanersener opened this issue Jan 19, 2020 · 1 comment
Closed

[iOS] v0.2.9 release fails with MissingPluginException #94

tanersener opened this issue Jan 19, 2020 · 1 comment
Assignees
Labels
bug Something isn't working fixed

Comments

@tanersener
Copy link
Owner

iOS release fails with the following exception.

flutter: Loading flutter-ffmpeg.
flutter: ══╡ EXCEPTION CAUGHT BY SERVICES LIBRARY ╞══════════════════════════════════════════════════════════
flutter: The following MissingPluginException was thrown while activating platform stream on channel
flutter: flutter_ffmpeg_event:                                          
flutter: MissingPluginException(No implementation found for method listen on channel flutter_ffmpeg_event)
flutter:                                                                
@tanersener tanersener added the bug Something isn't working label Jan 19, 2020
@tanersener tanersener self-assigned this Jan 19, 2020
@tanersener
Copy link
Owner Author

The following declaration in pubspec.yaml is causing this failure.

flutter:
  plugin:
    android:
      package: com.arthenica.flutter.ffmpeg
      pluginClass: FlutterFFmpegPlugin
    ios:
      pluginClass: FlutterFFmpegPlugin

That section needs to be updated as the following.

flutter:
  plugin:
    platforms:
      android:
        package: com.arthenica.flutter.ffmpeg
        pluginClass: FlutterFFmpegPlugin
      ios:
        pluginClass: FlutterFFmpegPlugin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

1 participant