Skip to content

Conversation

@nrurnru
Copy link

@nrurnru nrurnru commented Feb 29, 2024

resolve #309

Add optional check for bundle of framework.
In this case UIAlertAction occurred crash because localizedStringForKey returned nil.

Swift version already has check this way.

guard let frameworkBundle = Bundle.gidFrameworkBundle() else { return text }

@seyfeddin
Copy link

seyfeddin commented Aug 25, 2025

@brnnmrls Hi, this fixes a crash in our application when users try to login using a google workspace account and didn't set a passcode for the device. Only happens when GoogleSignIn is imported as an .xcframework.

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.

NSInternalInconsistencyException GIDEMMErrorHandler

2 participants