You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Checklist before submitting a feature request
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.
The text was updated successfully, but these errors were encountered: