Post

Replies

Boosts

Views

Activity

Xcode 16 build fail issue - method does not override method from its superclass
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? https://developer.apple.com/documentation/avfoundation/avplayeritem/seek(to:completionhandler:)-91gnw https://developer.apple.com/documentation/avfoundation/avplayeritem/seek(to:tolerancebefore:toleranceafter:completionhandler:) (This error disappears 3 seconds after the build fails or temporarily disappears when the function's position in the file is changed.)
1
1
103
4d