I found a solution for the problem, simply replace libstdc++ with libstdc6.0.9
This will fix all compilation errors while keeping development target on latest (7.1)
Hi, Hi, I've downloaded and built the MobileVLCKit as explained in https://wiki.videolan.org/VLCKit/#Building_the_framework_for_iOS (Xcode Version 5.1.1, SDK 7.1). When I build the SimplePlayback example_iOS with deployment target 6.1 everything is great, but when I change deployment target to 7.1 I...