bluefireteam / audioplayers

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
https://pub.dartlang.org/packages/audioplayers
MIT License
2.01k stars 845 forks source link

Cannot find 'AVURLAssetOverrideMIMETypeKey' in scope #1800

Closed KishanD24 closed 5 months ago

KishanD24 commented 6 months ago

Checklist

Current bug behaviour

Swift Compiler Error (Xcode): Cannot find 'AVURLAssetOverrideMIMETypeKey' in scope audioplayers_darwin-6.0.0/ios/Classes/WrappedMediaPlayer.swift:184:36

I am getting ios app runtime issue.

Expected behaviour

can you please fix this issue

Steps to reproduce

  1. Execute flutter run on the code sample
  2. ...
  3. ...

Code sample

Code sample ```dart void main() { } ```

Affected platforms

iOS

Platform details

IOS 14

AudioPlayers Version

6.0.0

Build mode

No response

Audio Files/URLs/Sources

No response

Screenshots

No response

Logs

my relevant logs
Full Logs ``` my full logs or a link to a gist ``` Flutter doctor: ``` Output of: flutter doctor -v ```

Related issues / more information

No response

Working on PR

no way

Gustl22 commented 6 months ago

I made sure that the issue I am raising doesn't already exist

Are you sure you did search the existing issues, before raising a new one?

Thx

https://github.com/bluefireteam/audioplayers/issues?q=is%3Aissue+AVURLAssetOverrideMIMETypeKey+is%3Aclosed

ettaegbe commented 6 months ago

@KishanD24 did you solve it?

github-actions[bot] commented 5 months ago

This issue was closed by the changes-requested bot due to inactivity.