While Flutter Run for IOS from Xcode I am getting this issue. I have search a lot but non of the solution is working to me. My issue on App.framework . I am not able to fine
I have resolved this issue. Solution:
I have deleted entire IOS folder inside flutter project
clean the project
install cocoa library again
install or update pods
finally build ios project for release
run the project
Issue fixed. Enjoy