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 d40003d commit 47c9d8dCopy full SHA for 47c9d8d
lib/pbxProject.js
@@ -731,7 +731,7 @@ function searchPathForFile(file, proj) {
731
if (file.plugin && pluginsPath) {
732
return '"\\"$(SRCROOT)/' + unquote(pluginsPath) + '\\""';
733
} else if (file.customFramework && file.dirname) {
734
- return '"' + file.dirname + '"'
+ return '"\\"' + file.dirname + '\\""'
735
} else {
736
return '"\\"$(SRCROOT)/' + proj.productName + fileDir + '\\""';
737
}
0 commit comments