You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
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
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'
The text was updated successfully, but these errors were encountered: