1
私のプロジェクトにGDataを追加するには、次の手順に従ってください。 SVNのチェックアウトからソースファイルをダウンロードI'm Following This TutorialxCode 4.0を使用してiPhoneシミュレータでGDATAを統合する際の問題
- から
リファレンスhttp://gdata-objectivec-client.googlecode.com/svn/trunk/ GDATA-objectivec-クライアント読み取り専用てターミナル。
- ダウンロードしたファイルのソースフォルダをxCodeプロジェクトにドラッグしました。 C99 [-std = C99](両方のデバッグとリリース用) その他のCフラグ:-DDEBUG = 1(のみデバッグ用) ヘッダ検索パスは:は/ usr//含ま C言語の方言の設定を構築follwoing変更
- libxml2の(両方のデバッグとリリース用) その他のリンカフラグ:-lxml2(両方のデバッグとリリース用)
しかし、私は、コードをビルドするとき、私はいくつかのエラーを取得しています。
Error 1: /Users/rajesh/Desktop/GooDataContacts/../../gdata-objectivec-client-read-only/Source/HTTPFetcher/Tests/GTMGatherInputStreamTest.m:16:40: error: SenTestingKit/SenTestingKit.h: No such file or directory
Error 2: /Users/rajesh/Desktop/GooDataContacts/../../gdata-objectivec-client-read-only/Source/HTTPFetcher/Tests/GTMGatherInputStreamTest.m:21: error: cannot find interface declaration for 'SenTestCase', superclass of 'GTMGatherInputStreamTest'
Error 3: file://localhost/Users/rajesh/gdata-objectivec-client-read-only/Source/HTTPFetcher/Tests/GTMGatherInputStreamTest.m: error: Lexical or Preprocessor Issue: 'SenTestingKit/SenTestingKit.h' file not found
ありがとうSwastik ....今、私はトークンを得ることができます。しかしもう一度問題に直面する。私はデータを取得しようとしている間、その "アクセスが設定されていません"というエラーメッセージを出します。あなたはどんな提案もお願いしますか? – MohanVydehi