Skip to content

Commit f3c2804

Browse files
authored
[RN][iOS] Do not generate ReactCodegen.podspec for libraries (#50646)
1 parent b2bacc4 commit f3c2804

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/react-native/scripts/codegen/generate-artifacts-executor.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,13 +1087,13 @@ function execute(projectRoot, targetPlatform, baseOutputPath, source) {
10871087
generateRCTModuleProviders(projectRoot, pkgJson, libraries, outputPath);
10881088
generateCustomURLHandlers(libraries, outputPath);
10891089
generateAppDependencyProvider(outputPath);
1090+
generateReactCodegenPodspec(
1091+
projectRoot,
1092+
pkgJson,
1093+
outputPath,
1094+
baseOutputPath,
1095+
);
10901096
}
1091-
generateReactCodegenPodspec(
1092-
projectRoot,
1093-
pkgJson,
1094-
outputPath,
1095-
baseOutputPath,
1096-
);
10971097

10981098
cleanupEmptyFilesAndFolders(outputPath);
10991099
}

0 commit comments

Comments
 (0)