1

我有一个 .m 和 .h 文件,它基于此链接使用 Thrift for Objective-c 生成:

http://wiki.apache.org/thrift/ThriftUsageObjectiveC

但是 .m 文件中有很多错误,例如:

1.  error: duplicate interface definition for class 

2.  reimplementation of class 'bitlit_thrift_detect_cover_args'

3.  use of undeclared identifier '__claim_id'; did you mean 'claim_id'?

4.  use of undeclared identifier '__claim_id_isset'

5.  reference to local variable 'claim_id' declared in enclosing context

6.  error: use of undeclared identifier '__claim_id_isset'
__claim_id_isset = YES;


.....


7.  fatal error: too many errors emitted, stopping now [-ferror-limit=]

请您给我一些提示,有什么问题?,错误与xcode设置有关吗?我的 xCode 版本是 4.6.1 版

提前致谢!

这是错误图片:

在此处输入图像描述

4

0 回答 0