yj9294

Results 3 issues of yj9294

I got Crash when used the Shadowsockets_iOS.framework which export by shadowsocks-libev SCR files in Xcode 15.2 , But it's no problem develop in Xcode 14.2. ![image](https://github.com/shadowsocks/shadowsocks-libev/assets/28616374/3c4e4120-6c24-4553-b5d8-f0802ced0c4e) ![image](https://github.com/shadowsocks/shadowsocks-libev/assets/28616374/72e6f051-e592-40ef-b6a0-1a37820f7076) ![image](https://github.com/shadowsocks/shadowsocks-libev/assets/28616374/ab560f56-e5b1-4752-a006-495eb1a01ff4)

- (void) addCurrentImage:(UIImage*) image { NSInteger index = [self isCurIndexInIndexPaths]; if (index == NSNotFound) { [self.allImages addObject:image]; [self.indexPaths addObject:self.curIndexPath]; UIView* cell = [self.collectionView cellForItemAtIndexPath:self.curIndexPath]; [self addIndicatorButton:cell]; } } 这人self。curIndexPath为空了

![image](https://github.com/kingslay/FFmpegKit/assets/28616374/00906514-ae82-4495-a7d4-3cae3c6cbbda)