このリンクに基づいて、objective-c の Thrift で生成された .m および .h ファイルがあります。
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です
前もって感謝します!
エラー画像は次のとおりです。