iBenjamin

Results 4 comments of iBenjamin

i got this work with a little research.here is my code. ``` objc + (void)p_cacheAVPlayerItem:(AVPlayerItem *)avPlayerItem filePath:(NSString *)filePath { AVMutableComposition *composition = [AVMutableComposition composition]; CMTimeRange timeRange = CMTimeRangeMake(kCMTimeZero, avPlayerItem.asset.duration); AVMutableCompositionTrack...

文章里面说了: `值得一提的是上述代码不能调试,因为调试时gdb会干扰signal的处理,导致signal handler无法进,但UI线程在遇到卡顿的时候还是能正常被中断。`

@amyworrall Xcode 15 is released can this pr be merged?

`2024-09-10T17:37:30+0800 supabase: Response: Status code: 400 Content-Length: 83 Body: { "error" : "invalid_grant", "error_description" : "Invalid Refresh Token: Already Used" } ` same here