Commit eb5f23c
fix(ios): fix
Summary:

`pod install --project-directory=ios` currently fails when new arch is enabled: react-native-async-storage/async-storage#910
- Patch for 0.71: #37993
- Patch for 0.72: #37994
## Changelog:
[IOS] [FIXED] - Fix `pod install --project-directory=...` when New Arch is enabled
Pull Request resolved: #37992
Test Plan:
```
git clone https://github.com/react-native-async-storage/async-storage.git
cd async-storage
gh pr checkout 910
yarn
RCT_NEW_ARCH_ENABLED=1 pod install --project-directory=example/ios
```
Reviewed By: cortinico
Differential Revision: D46966225
Pulled By: cipolleschi
fbshipit-source-id: 00b4650189175c09c9ec928f85d075890ba4c7c1pod install --project-directory=ios failing (#37992)1 parent a94bbfb commit eb5f23c
File tree
2 files changed
+4
-4
lines changed- packages/react-native/scripts/cocoapods
- __tests__
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
0 commit comments