Step 1: Describe your environment
- Xcode version: 12.4
- Firebase SDK version: 7.5.0
- Installation method:
CocoaPods
- Firebase Component: Crashlytics
Step 2: Describe the problem
SDK crashes when attempting to calculate saliency using iOS Vision framework calling VNGenerateAttentionBasedSaliencyImageRequest(). The issue is not present in Firebase SDK 7.4.0.



Steps to reproduce:
The crash happens whenever the client tries to calculate saliency. It happens on any image 100% of the time. Removing the call to VNGenerateAttentionBasedSaliencyImageRequest() or switching to Firebase SDK 7.4.0 avoids the issue and Firebase SDK no longer crashes.
Step 1: Describe your environment
CocoaPodsStep 2: Describe the problem
SDK crashes when attempting to calculate saliency using iOS
Visionframework callingVNGenerateAttentionBasedSaliencyImageRequest(). The issue is not present in Firebase SDK 7.4.0.Steps to reproduce:
The crash happens whenever the client tries to calculate saliency. It happens on any image 100% of the time. Removing the call to
VNGenerateAttentionBasedSaliencyImageRequest()or switching to Firebase SDK 7.4.0 avoids the issue and Firebase SDK no longer crashes.