Pod install fails, CLANG_CXX_LANGUAGE_STANDARD
I am trying to add the MobileVLCKit to my project but it fails due to the CLANG_CXX_LANGUAGE_STANDARD value in the podspec file.
[!] Can't merge user_target_xcconfig for pod targets: ["MobileVLCKit", "RNReanimated"]. Singular build setting CLANG_CXX_LANGUAGE_STANDARD has different values.
All of my pods has the value "c++14" whereas MobileVLCKit has c++11.