vitoziv / VIMediaCache

Cache media file while play media using AVPlayer
MIT License
968 stars 187 forks source link

Xcode15编译的项目,在iOS17无法播放音频 #90

Closed bob664026100 closed 11 months ago

bob664026100 commented 1 year ago

系统环境:iOS17 iPadOS17 编译版本:Xcode15

douxindong commented 11 months ago

修复了在Xcode 15, iOS 17环境中导致崩溃的assetUrl返回nil的问题。# 91 https://github.com/vitoziv/VIMediaCache/pull/91/commits/c85b38f6e751785d02ae67901282790a4b8999d5

之前:static NSString *kCacheScheme = @"__VIMediaCache___:";
修改为:static NSString *kCacheScheme = @"VIMediaCache:";
douxindong commented 11 months ago

Thank you. Your email is received and will be handled as soon as possible.