Hello. I am using libvlc in my application that runs on windows and mac. I've recently upgraded vlc to 2.2.0. On Windows there are seem to be no issues after that, but on Mac it fails to create a vlc instance. Namely, libvlc_new(0, NULL) returns a NULL pointer, also the error message "[[32;1m0000000103e01338[0m] core libvlc error: [31;1mNo plugins found! Check your VLC installation.[0m" is printed to the Xcode log. VLC 2.1.5 works fine, so that must be something related to the latest changes.
At least one wrong thing that I've noticed is the bad symbolic link: libvlccore.dylib points to libvlccore.7.dylib, although there is no such a file nearby, instead there is libvlccore.8.dylib. However, fixing that did not solve my problem.