facebook-ios-sdk
facebook-ios-sdk copied to clipboard
v16.2.0 has not updated the remote binary url for the remote target from v16.1.3
Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing GitHub issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
15.0
Facebook iOS SDK version
16.2.0
Dependency Manager
SPM
SDK Framework
Core
Goals
Add FBCore v16.2.0 as a dependency to our project.
Expected results
The dependency added to our project should be v16.2.0
Actual results
The SPM definition appears to still bring in a remote binary for the target that is build against v16.1.3
Steps to reproduce
We are on the Alpha for SKAdNetwork v4.0. We integrated with SPM targeting v16.2.0. After speaking with Meta they raised that they could see were still on SDK. v16.1.3. It looks like the release is still targeting a remote binary for v16.1.3 https://github.com/facebook/facebook-ios-sdk/blob/de74c60d268f51fa1139f8e46e40710baf029f54/Package.swift#L137
I can see from the commit history that this is normally updated shortly after a release.
Code samples & details
// INSERT YOUR CODE HERE
var example = "Example code"
My colleague has raised a PR to address this issue. https://github.com/facebook/facebook-ios-sdk/pull/2284
and no fix yet?