We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be64e3f commit 0e349fcCopy full SHA for 0e349fc
v8ios.xcodeproj/project.pbxproj
@@ -1864,7 +1864,7 @@
1864
);
1865
runOnlyForDeploymentPostprocessing = 0;
1866
shellPath = /bin/sh;
1867
- shellScript = "cd ${PROJECT_DIR}/metadata-generator/build/bin\ncp ../../build-step-metadata-generator.py .\n./build-step-metadata-generator.py\n";
+ shellScript = "cd ${PROJECT_DIR}/metadata-generator/build/bin\ncp ../../build-step-metadata-generator.py .\n./build-step-metadata-generator.py\n\n# create temporary empty metadata files for XCode LD/LDPLUSPLUS flag analysis\nfor arch in $VALID_ARCHS\ndo :\n touch \"$CONFIGURATION_BUILD_DIR/metadata-$arch.bin\"\ndone\n";
1868
};
1869
/* End PBXShellScriptBuildPhase section */
1870
0 commit comments