We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b803382 commit 280d838Copy full SHA for 280d838
Tests/Swift4/App/App.xcodeproj/project.pbxproj
@@ -188,7 +188,7 @@
188
inputFileListPaths = (
189
);
190
inputPaths = (
191
- "${SRCROOT}/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh",
+ "${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh",
192
"${BUILT_PRODUCTS_DIR}/NetUtils/NetUtils.framework",
193
194
name = "[CP] Embed Pods Frameworks";
@@ -199,7 +199,7 @@
199
200
runOnlyForDeploymentPostprocessing = 0;
201
shellPath = /bin/sh;
202
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
203
showEnvVarsInLog = 0;
204
};
205
/* End PBXShellScriptBuildPhase section */
0 commit comments