SwiftAudio icon indicating copy to clipboard operation
SwiftAudio copied to clipboard

Xcode 12.5 - Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead

Open zebraf1 opened this issue 2 years ago • 0 comments

AVPlayerWrapperDelegate: class should be changed to use AnyObject. This raises a deprecation warning when building.

zebraf1 avatar Oct 21 '21 18:10 zebraf1