Skip to content

Commit

Permalink
fix(react-native): not cache pod-install (#26279)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #23084
  • Loading branch information
xiongemi authored May 31, 2024
1 parent ef0dc01 commit a2ca3d3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-native/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ function buildReactNativeTargets(
command: `pod install`,
options: { cwd: joinPathFragments(projectRoot, 'ios') },
dependsOn: [`${options.syncDepsTargetName}`],
cache: true,
inputs: getInputs(namedInputs),
outputs: [
getOutputs(projectRoot, 'ios/Pods'),
getOutputs(projectRoot, 'ios/Podfile.lock'),
],
},
[options.runIosTargetName]: {
command: `react-native run-ios`,
Expand Down

0 comments on commit a2ca3d3

Please sign in to comment.