I am using VLCMediaPlayer class from the MobileVLCKit library to make an audio streaming application. My problem is that when error happens (e.g. incorrect stream url) it au
I solved this by going to VLCLibrary.m in the VLC source code, and removing this line:
@"--extraintf=ios_dialog_provider"];
from the _defaultOptions call.
remove it, compile again the library, and you wont see any more messages.