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(keychain): mark useTouchID as required #4182

Merged
merged 1 commit into from May 21, 2022

Conversation

Gh05d
Copy link
Contributor

@Gh05d Gh05d commented May 10, 2022

useTouchID is not an optional parameter. When it is not explicitly set, the whole app crashes with this error:

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull boolValue]: unrecognized selector sent to instance 0x111f02f08'

This bug is known since November 2018 and likely won't be fixed.

`useTouchID` is not an optional parameter. When it is not explicitly set, the whole app crashes with this error:
> Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull boolValue]: unrecognized selector sent to instance 0x111f02f08'

This bug is known since November 2018 and likely won't be fixed: ionic-team/cordova-plugin-ios-keychain#34
@danielsogl danielsogl changed the title Update index.ts fix(keychain): mark useTouchID as required May 21, 2022
@danielsogl danielsogl merged commit 6b2c1fd into danielsogl:master May 21, 2022
@Gh05d Gh05d deleted the patch-1 branch May 24, 2022 11:00
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.

None yet

2 participants