I developed the application with flutter and then built it in xcode and ran into the following problems:Project /Users/Justin/Documents/flutter/home-app/ios/.. built and packaged successfully.
The path does not exist
Command PhaseScriptExecution failed with a nonzero exit codeXcode 11.1 & New Build System (even use Legacy Build System, get the same error)i have already add script in Run Script"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh" build
"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh" embedflutter clean , pod clean/install ... have triedCan someone help me, thanks!