Yesterday, I created a flutter project named sample1. and I worked fine. but when I tried to open the file today and try to run it, I got an error.
the log says
Running "flutter pub get" in sample1...                            603ms
Launching lib/main.dart on iPhone 8 in debug mode...
Running pod install...                                           1,313ms
Running Xcode build...                                                  
Xcode build done.                                           11.8s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **
Xcode's output:
↳
    Command PhaseScriptExecution failed with a nonzero exit code
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Analyzing workspace
    note: Constructing build description
    note: Build preparation complete
    warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve
    this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')
Could not build the application for the simulator.
Error launching application on iPhone 8.
I think I have tried everything written here, except the ones like
pub upgrade
pub run
because it says
zsh: command not found: pub
Could not build the application for the simulator. Error launching application on iPhone 11 Pro Max
The android version is working fine. Please kindly help me. Thank you
EDIT** I just created a new project and it seemed to be working fine but I am afraid it won't work next time I open it.









