Commit 665f06a
fix(cocoapods): dedup prebuilt HEADER_SEARCH_PATHS; keep the FACADE_PODS hint distinct
Two review follow-ups on the deps facades:
- The prebuilt branch of add_rn_third_party_dependencies appended the deps
Headers search path unconditionally; a second call on the same spec would
duplicate the entry. Now .uniq, mirroring the from-source branch.
- load_real_spec's method-level rescue also caught the tailored not-found
raise and re-wrapped it generically, burying the "Update FACADE_PODS"
hint. The rescue is now scoped to Pod::Specification.from_file only, so
the two failure messages stay distinct.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 5b90f71 commit 665f06a
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
181 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
182 | 184 | | |
183 | 185 | | |
184 | 186 | | |
| |||
0 commit comments