Flutter: Cocoapods The 'Pods-Runner' target has transitive dependencies that include static binaries: Flutter.framework
For me, I deleted the ios/Flutter/Flutter.framework
folder and install pods pod install
again then it worked.
Delete ios/Flutter/Flutter.framework
folder.
Install pods again then it worked. It will regenerate the deleted folder
pod install
A complete reinstallation of flutter works for me.