I'm following a tutorial for Flutter, which uses the audioplayer package. Unfortunately, when I try to run the project after adding the package, it doesn't work anymore... I tried everything I found around, but nothing seems to work: I get errors like
"Error running pod install Error launching application on iPhone 13."
I tried to uninstall cocoapods, reinstall pod, but every time I get a lot of errors... I don't know what to do anymore... this is an example of what I see
If I try to do "cd ios" and "pod deintegrate", when I do "pod install" I get this... I tried to run it on my iPhone and on Xcode and this is what I get... but I don't understand why, because I added it in the "pubspec.yaml" file...