Commit 7a89bbc
fix(podspec): remove duplicate scrollview subspec in React-FabricComponents
The `scrollview` subspec is declared in both `React-Fabric.podspec`
(recursive `scrollview/**/*` glob) and `React-FabricComponents.podspec`,
so the same source files land in both Pods targets and produce duplicate
symbol errors when both libraries are linked (e.g. via `-all_load`).
`React-Fabric.podspec`'s recursive glob already covers everything
FabricComponents listed (top-level + `platform/cxx` + `platform/ios`), so
remove the duplicate subspec from `React-FabricComponents.podspec`.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2415736 commit 7a89bbc
1 file changed
Lines changed: 0 additions & 11 deletions
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 104 | | |
116 | 105 | | |
117 | 106 | | |
| |||
0 commit comments