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 Nullabilty warnings: Implicit conversion from nullable pointer 'X' to non-nullable pointer type 'Y' #503

Open
sadefigu opened this issue Oct 3, 2023 · 1 comment

Comments

@sadefigu
Copy link

sadefigu commented Oct 3, 2023

Building the project with the latest version of XCode generates 10 nullability warnings like the below:

Implicit conversion from nullable pointer 'id _Nullable' to non-nullable pointer type 'NSString * _Nonnull'

Screenshot 2023-10-02 at 11 15 38 PM

@sadefigu sadefigu changed the title Fix Nullabilty warnings: Implicit conversion from nullable pointer 'XYZ' to non-nullable pointer type 'Y Fix Nullabilty warnings: Implicit conversion from nullable pointer 'XYZ' to non-nullable pointer type 'Y' Oct 3, 2023
@sadefigu sadefigu changed the title Fix Nullabilty warnings: Implicit conversion from nullable pointer 'XYZ' to non-nullable pointer type 'Y' Fix Nullabilty warnings: Implicit conversion from nullable pointer 'X' to non-nullable pointer type 'Y' Oct 3, 2023
@sadefigu
Copy link
Author

sadefigu commented Oct 3, 2023

PR #504 should fix this issue.

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

No branches or pull requests

1 participant