Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XCode4プロジェクトでRestKitを使用しようとしていますが、次の警告が表示されます。
ld: warning: directory not found for option '-L/Users/kagi/Coding/iOS/Projects/testProject/RestKit/Build/Debug-iphonesimulator'
そのディレクトリを指すビルド設定に何も表示されません...
どんな洞察も常にありがたいです。
私も同じ問題を抱えていました。次に、RestKit で提供される RKTwitterCoreData サンプル アプリケーションを調べました。
そのビルド設定では、「ライブラリ検索パス」の値を設定しません(github の RestKit の指示とは異なります)。この設定をプロジェクトから削除したところ、機能するようになりました。