Skip to content

Commit c291f2c

Browse files
committed
Merge pull request #915 from NativeScript/fatme/call-pod-install-only-once
Call pod install only one time on first project prepare
2 parents a58717e + 821ca4d commit c291f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/plugins-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class PluginsService implements IPluginsService {
117117
this.$projectFilesManager.processPlatformSpecificFiles(pluginDestinationPath, platform).wait();
118118

119119
pluginData.pluginPlatformsFolderPath = (_platform: string) => path.join(pluginData.fullPath, "platforms", _platform);
120-
platformData.platformProjectService.preparePluginNativeCode(pluginData, {executePodInstall: true }).wait();
120+
platformData.platformProjectService.preparePluginNativeCode(pluginData).wait();
121121

122122
shelljs.rm("-rf", path.join(pluginDestinationPath, pluginData.name, "platforms"));
123123

0 commit comments

Comments
 (0)