ios中用到protocolbuf 问题

libc++abi.dylib: terminating with uncaught exception of type google::protobuf::FatalException: This program was compiled against version 2.4.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (2.6.1). Contact the program author for an update. 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 "/Users/HIK-DeJohn/Hikvision/iOS_SDK_trunk/EzvizOpenSDK/EzvizOpenSDK/EzvizSDKs/PrivateStreamSDK/ys_streamprotocol.pb.cc".)

protocolbuf 版本低,你用的是2.4.1版本,而2.6.1版本不符合,你用的什么方法导入的ProtoBuf文件?升级一下就可以了

版本对不上 你需要用一致的版本来编译

楼主,你解决了没,我也是遇到这个问题,用了萤石的sdk和其他第三方的sdk就出现这个问题了,

解决了吗?我也遇到了今天。