Question
Cannot find 'AVURLAssetOverrideMIMETypeKey' in scope
I am using audioplayers
package in my flutter app. It works well on android, but when i try to generate an archive for iOS, the build fails with the following message:
Cannot find 'AVURLAssetOverrideMIMETypeKey' in scope
and the cuasing file is
WrappedMediaPlayer
inside the audioplayers> audioplayers_darwin
I have been looking around for any solution but no luck so far.
3 36
3