警告:+ [MRAVOutputContext sharedAudioPresentationContext] _block_invoke无法使用AVF上下文

时间:2018-11-05 10:34:04

标签: ios objective-c audio

我尝试使用此代码在我的应用中添加音量调节,但在此情况下无法正常工作警告。

attribute_id | child_id | id_to_trigger
1            | 2        | 5
2            | 5        | 6

但给出此警告

@property (nonatomic, strong) MPVolumeView *volumeView;

_volumeView = [ [MPVolumeView alloc] init];
[_volumeView setShowsVolumeSlider:YES];
[_volumeView setShowsRouteButton:YES];
[_volumeView sizeToFit];
[self.view addSubview:_volumeView];

1 个答案:

答案 0 :(得分:1)

MPVolumeView仅可在真实设备上进行测试-在Simulator上将显示“空白”视图并提及警告。