Error=-25300 from AVPlayer Error=-25300 from AVPlayer ios ios

Error=-25300 from AVPlayer


This is an error when system tries to access the keychain item and which is not found. Refer Link for more information

@constant errSecItemNotFound The item cannot be found.

errSecItemNotFound = -25300

So internally AVFoundation, Speech To Text like frameworks are using Keychain itself.

If you are getting this issue in your own codes:

Refer: Link