facebook / facebook/facebook-ios-sdk
Broken SPM integration with automatic version
- Dominant language
- Swift
- Stars
- 8.1k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
### 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](https://github.com/facebook/facebook-ios-sdk/issues)
- [x] I've looked for existing answers on [Stack Overflow](https://facebook.stackoverflow.com), the [Facebook Developer Community Forum](https://developers.facebook.com/community/) and the [Facebook Developers Group](https://www.facebook.com/groups/fbdevelopers)
- [x] I've read the [Code of Conduct](https://github.com/facebook/facebook-ios-sdk/blob/main/CODE_OF_CONDUCT.md)
- [x] This issue is not security related and can safely be disclosed publicly on GitHub
### Xcode version
16.2
### Facebook iOS SDK version
18.0.0
### Dependency Manager
SPM
### SDK Framework
Core
### Goals
I just want to add to Xcode the latest Facebook SDK version without of specifying a concrete number/string
### Expected results
Facebook 18.0.0 added
### Actual results
Facebook 14.1.0 added (very old version). There is a related issue but it is closed without of solution:
https://github.com/facebook/facebook-ios-sdk/issues/2363
### Steps to reproduce
just add SPM according to instructions
### Code samples & details
```swift
// INSERT YOUR CODE HERE
var example = "Example code"
```
Contributor guide
Assessment
This issue has not been assessed yet.