Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: weak link VisionKit to fix crash when running on iOS 16 #1161

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

kimar
Copy link
Contributor

@kimar kimar commented Nov 15, 2023

Description

Fixes #1160

There is a crash happening inside VisionKit framework when running the App built with iOS SDK 17 on an iOS 16.x device or simulator. To remedy this the VisionKit framework needs to be weak-linked.

Additionally I've removed VisionKit usage in MastodonSDK.

@kimar kimar requested a review from zeitschlag November 15, 2023 11:22
@kimar kimar self-assigned this Nov 15, 2023
Copy link
Contributor

@zeitschlag zeitschlag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Thank you very much @kimar

@zeitschlag zeitschlag merged commit e1f5d85 into develop Nov 15, 2023
1 check passed
@zeitschlag zeitschlag deleted the fix_visionkit_crash branch November 15, 2023 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Latest version crashes on startup
2 participants