Closed echo-branch closed 11 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
b7ab30a
) 53.77% compared to head (b955e8c
) 53.77%. Report is 6 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
BranchSDK/Branch.m | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Reference
SDK-1711 fix crash on iOS 12 when using the pre-built xcframework
Summary
Copies fix for linker issue from the Xamarin hotfix
Motivation
Xamarin uses the binary framework and is severely impacted by this crash.
Type Of Change
Testing Instructions
Integrate a test app using the pre-built xcframework Run app on iOS 12, notice crash.
When using the version built with this change, the app should not crash.
cc @BranchMetrics/saas-sdk-devs for visibility.