公司的cocos2d-x 项目用到了 messagepack 作为数据交换格式, 在 ios发布的时候 由于messagepack 的 type 类型内 nil.hpp 使用了 obj-c 的关键字 nil, 会造成 编译错误, 解决方法是 把nil.hpp内的 nil 换成 nill 就行 了。