GoogleVR SDK and VLC library integrated via pod not working together in iOS

73 Views Asked by At

In my iOS application, I have to play 360 videos with ambisonic effect, so I have integrated the VLC library for these requirements. But later I have one more requirement support VR mode for playback, so I want to integrate GoogleVR SDK via pod. But after this integration, my application stops working with the following error

"[libprotobuf FATAL google/protobuf/stubs/common.cc:67] This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.1.0. Please update your library. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "blaze-out/ios_x86_64-opt/genfiles/vr/courtside/proto/projection_proto.pb.cc".) libc++abi.dylib: terminating with uncaught exception of type google::protobuf::FatalException"

If anyone knows the fix for this issue, please share that with me. If VLC can play VR Mode, then that would be fine.

0

There are 0 best solutions below