Be careful: - disabling Bitcode is only a partial solution.Works for now, but once Apple will discard Apps without Bitcode enabled also on iOS. To prepare VLCKit with Bitcode make sure to use -fb as option, when building VLCKit. - You should not use libstdc++, it may work but it has awful side effe...