Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant