facebook / facebook/facebook-ios-sdk
Crash on iOS 13 when archive using Facebook SDK version 16.2.0
- 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
15.0.0
### Facebook iOS SDK version
16.2.0
### Dependency Manager
CocoaPods
### SDK Framework
Core
### Goals
The issue was resolved in the later version
### Expected results
The issue was resolved in the later version.
### Actual results
My project uses Facebook SDK version 16.2.0. When I run it in debug mode on a real device or an iOS 13 simulator, there are no issues. However, when I build an IPA and install it on a real device, the app crashes immediately upon opening. When I downgrade Facebook SDK to version 16.1.3, the problem is resolved.
### Steps to reproduce
_No response_
### Code samples & details
```swift
// INSERT YOUR CODE HERE
var example = "Example code"
```
Contributor guide
Assessment
This issue has not been assessed yet.