facebook / facebook/facebook-ios-sdk
Feature Request: How can I integrate the Facebook SDK as a static framework?
- Dominant language
- Swift
- Stars
- 8.1k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Checklist before submitting a feature request
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-ios-sdk/issues)
- [X] I've read the [Code of Conduct](https://github.com/facebook/facebook-ios-sdk/blob/main/CODE_OF_CONDUCT.md)
### Goals
I previously integrated the Facebook SDK via Swift Package Manager (SPM). When I updated the Facebook SDK from version 16.3 to 17.0.2, the app size increased by 6.2 MB. I found that the Facebook SDK was integrated as a dynamically shared linked library after the update. I want to integrate it as a static framework.
### Expected results
Don't want to bundled Facebook SDK in package content file.
Contributor guide
Assessment
This issue has not been assessed yet.