STQRCodeController icon indicating copy to clipboard operation
STQRCodeController copied to clipboard

播放声音的时候崩溃

Open jianmu297 opened this issue 8 years ago • 1 comments

- (void)playSystemSound{ SystemSoundID soundID; NSString *strSoundFile = [[NSBundle st_qrcodeControllerBundle] pathForResource:@"st_noticeMusic" ofType:@"wav"]; AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:strSoundFile],&soundID); AudioServicesPlaySystemSound(soundID); }中的

AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:strSoundFile],&soundID);这一行崩溃了。。。

jianmu297 avatar Jul 24 '17 09:07 jianmu297

出现问题的系统是?

szlsay avatar Sep 08 '17 01:09 szlsay