Skip to content

Commit 0095d50

Browse files
Fatme HavaluovaFatme Havaluova
Fatme Havaluova
authored and
Fatme Havaluova
committed
Fix iOS build
1 parent 84ce351 commit 0095d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/ios-project-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class IOSProjectService implements IPlatformProjectService {
8989
var appSourceDirectory = path.join(this.$projectData.projectDir, constants.APP_FOLDER_NAME);
9090
var appDestinationDirectory = path.join(platformData.projectRoot, this.$projectData.projectName);
9191
var resDirectory = path.join(platformData.projectRoot, this.$projectData.projectName, "Resources", "icons");
92+
this.$fs.ensureDirectoryExists(resDirectory).wait();
9293

9394
shell.cp("-Rf", path.join(appSourceDirectory, "*"), appDestinationDirectory);
9495

0 commit comments

Comments
 (0)