youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 677 forks source link

Fix Nullabilty warnings: Implicit conversion from nullable pointer 'X' to non-nullable pointer type 'Y' #503

Open sadefigu opened 10 months ago

sadefigu commented 10 months ago

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 commented 10 months ago

PR #504 should fix this issue.