Skip to content

Commit 7b3d806

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #873 from NativeScript/fatme/fix-platform-update-ios
Update metadata generator folder when platform update ios command is executed
2 parents 2e775c5 + 35b9a8e commit 7b3d806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-project-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
5454
],
5555
frameworkFilesExtensions: [".a", ".framework", ".bin"],
5656
frameworkDirectoriesExtensions: [".framework"],
57-
frameworkDirectoriesNames: ["Metadata"],
57+
frameworkDirectoriesNames: ["Metadata", "metadataGenerator"],
5858
targetedOS: ['darwin'],
5959
configurationFileName: "Info.plist",
6060
configurationFilePath: path.join(projectRoot, this.$projectData.projectName, this.$projectData.projectName+"-Info.plist"),

0 commit comments

Comments
 (0)