When overriding the following seek functions in a custom subclass of AVPlayerItem
, a "method does not override method from its superclass" error occurs, causing the build to fail. This issue only happens after updating to Xcode 16. Do you have any suggestions on how to fix it?
(This error disappears 3 seconds after the build fails or temporarily disappears when the function's position in the file is changed.)