找不到 CFBundle/CFPlugIn 0x432bfa0(未加载)的可执行文件 在 CFBundle/CFPlugIn 0x432bfa0(未加载)
中找不到工厂 C5A4CE5B-0BB8-11D8-9D75-0003939615B6 的函数指针 NewPlugIn
这是我尝试运行此代码时遇到的错误:
NSString *path = [[NSBundle mainBundle] pathForResource:[arraySubFarts objectAtIndex:indexPath.row] ofType:@"mp3"];
NSURL *file = [[NSURL alloc] initFileURLWithPath:path];
AVAudioPlayer *player = [[AVAudioPlayer alloc] initWithContentsOfURL:file error:nil];
self.player = player;
[player prepareToPlay];
[player setDelegate:self];
[self.player play];
你知道为什么会这样吗?
我已经包含了所需的框架,并且代码运行良好,唯一的就是这个奇怪的控制台消息..
编辑:新奇消息:
AddRunningClient 在非零客户端计数上启动设备
播放 MP3 时。