cipolleschi.bsky.social
@cipolleschi.bsky.social
I found what's missing. If you add:
```diff
s.source_files = "ios/**/*.{h,m,mm}"
+ s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
```
to the `RNBootSplash.podspec`, Cocoapods will generate a proper module that can be imported in Swift.
January 30, 2025 at 5:19 PM