I am getting this error when trying to push a test flight build in our CI (bitrise)... All provisioning profiles are valid and code signing certs valid, we are using the App Store Connect API and key is active. Any idea's of why this is happening?
Post
Replies
Boosts
Views
Activity
I am experiencing the same error.
AVPlayer.currentItem?.status == AVPlayerItem.Status.failed
Error: The operation couldn’t be completed. (CoreMediaErrorDomain error -12865.)
This only happens to some of our users, with various iOS versions, namely: 16.1.1, 16.7.8, 17.2.1
These are m4a urls hosted by Apple Servers via an API call to Apple Music API. Urls are music previews.
Seeing this in UIKit as well on a textfield. Happens when the auto-correct popup appears.