AppcrashingwhiletakingbothvideoandphotofromsameAVCaptureSession?我正在尝试使用AVFoundation使用相同的AVCaptureSession制作一个包含音频、视频和照片的应用程序。以下是我如何设置相机和捕获会话。123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354funcsetUpCaptureSession(){ captureSession.sessionPreset=AVCa