Commit eb25860
fix(ios): add __has_include guard for Swift bridging header
Support static framework linking by checking for <RateApp/RateApp-Swift.h>
before falling back to "RateApp-Swift.h". This prevents build failures when
using `use_frameworks! :linkage => :static` in Podfile.
Ref: react-native-documents/document-picker#771
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f96f434 commit eb25860
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
0 commit comments