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.
2 parents 84ce351 + 0095d50 commit 0a23273Copy full SHA for 0a23273
lib/services/ios-project-service.ts
@@ -89,6 +89,7 @@ class IOSProjectService implements IPlatformProjectService {
89
var appSourceDirectory = path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME);
90
var appDestinationDirectory = path.join(platformData.projectRoot, this.$projectData.projectName);
91
var resDirectory = path.join(platformData.projectRoot, this.$projectData.projectName, "Resources", "icons");
92
+ this.$fs.ensureDirectoryExists(resDirectory).wait();
93
94
shell.cp("-Rf", path.join(appSourceDirectory, "*"), appDestinationDirectory);
95
0 commit comments