diff --git a/js/react_native/app.plugin.js b/js/react_native/app.plugin.js index bce476e9e9657..ed4cfe48563bd 100644 --- a/js/react_native/app.plugin.js +++ b/js/react_native/app.plugin.js @@ -29,7 +29,7 @@ const withOrt = (config) => { config = configPlugin.withDangerousMod(config, [ 'ios', (config) => { - const podFilePath = path.join(config.modRequest.platformProjectRoot, 'PodFile'); + const podFilePath = path.join(config.modRequest.platformProjectRoot, 'Podfile'); const contents = fs.readFileSync(podFilePath, {encoding: 'utf-8'}); const updatedContents = generateCode