boundlessocean
boundlessocean
Library not loaded: @rpath/FFMPEG.framework/FFMPEG Reason: tried: '/usr/lib/swift/FFMPEG.framework/FFMPEG' (no such file),
App启动后 报错,Library not loaded: @rpath/FFMPEG.framework/FFMPEG Reason: tried: '/usr/lib/swift/FFMPEG.framework/FFMPEG' (no such file),
我同时配置了CicadaAudioSessionDelegate @optional - (BOOL)setActive:(BOOL)active error:(NSError **)outError; @optional - (BOOL)setCategory:(NSString *)category withOptions:(AVAudioSessionCategoryOptions)options error:(NSError **)outError; @optional - (BOOL)setCategory:(AVAudioSessionCategory)category mode:(AVAudioSessionMode)mode routeSharingPolicy:(AVAudioSessionRouteSharingPolicy)policy options:(AVAudioSessionCategoryOptions)options error:(NSError **)outError; 返回NO,并没有效果,播放器还是会修改category为playback。