Closed ghost closed 3 years ago
I have a small few cleanup tasks. Try https://github.com/solid-software/flutter_vlc_player/pull/141
also same error here, that doesn´t work..
First ensure you are on upto date flutter stable
'flutter upgrade'
Next check to make sure your cocoapods is upto date
'brew upgrade cocoapods'
Then
Cd into example>ios run 'rm -rf Pods' run 'rm Podfile.lock'
then try 'flutter run'
i have already tried, all solutions doesnt work
Try this:
Delete the iOS folder and then use the following command to create a new iOS folder with swift support.
flutter create -i swift .
I followed the instruction in https://pub.dev/packages/flutter_vlc_player, the android version is working the iOS version is giving the following error.
How do I fix this problem?