问题
CocoaPods could not find compatible versions for pod "flutter_sound":
In Podfile:
flutter_sound (from `.symlinks/plugins/flutter_sound/ios`)
Specs satisfying the `flutter_sound (from `.symlinks/plugins/flutter_sound/ios`)` dependency were found, but they required a higher minimum deployment target.
解决办法:
1、打开ios文件夹删除Runner.xcworkspace和Podfile.lock
2、打开Podfile文件设置platform
3、在ios文件夹在运行终端:pod install
![]()
此时问题就解决啦!记得点赞+关注哦!!!!!