Skip to content

Commit 0a23273

Browse files
committed
Merge pull request #129 from NativeScript/fatme/fix-ios-build
Fix iOS build
2 parents 84ce351 + 0095d50 commit 0a23273

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)