I had this error trying to run my flutter app on my iPhone:
'Building for iOS, but the linked and embedded framework 'App.framework' was built for iOS Simulator.'
And in trying to follow the instructions from flutter's documentation at https://flutter.dev/docs/development/ios-project-migration, I deleted App.framework and flutter.framework from the libraries. Now I can't find them on the list at 'Link binaries with libraries'.
Can I get any help getting them back?