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 crash in share extension #1585

Merged
merged 1 commit into from Apr 13, 2021
Merged

Fix crash in share extension #1585

merged 1 commit into from Apr 13, 2021

Conversation

zacwest
Copy link
Member

@zacwest zacwest commented Apr 13, 2021

I can't figure out when this started crashing, maybe a recent Xcode release, but it crashes due to the init(nibName:bundle:) initializer not being generated when the init(coder:) initializer is marked as unavailable. Strange. It crashes not just on the latest iOS 14 but also in iOS 13, so it's almost certainly a generated code and not runtime issue.

@zacwest zacwest enabled auto-merge (squash) April 13, 2021 16:42
@zacwest zacwest merged commit 7e294b9 into master Apr 13, 2021
@zacwest zacwest deleted the share-extension-crash branch April 13, 2021 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants