Fix iOS build by configuring the Flutter script to be run for all builds

This commit is contained in:
vishnukvmd 2023-02-13 12:33:38 +05:30
parent 806fe8a916
commit 5fdc475386

View file

@ -257,7 +257,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 8;
buildActionMask = 12;
files = (
);
inputPaths = (
@ -265,7 +265,7 @@
name = "Run Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 1;
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
};