RestKitのインストール手順に従っていますが、アプリケーションをビルドしようとするとエラーになります。これはios、iPad固有のものです。RestKitリンカエラー
私は
説明 "コマンド/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clangは終了コード1で失敗しました" を取得:私は使用しての専門家ではないよ
Ld build/Debug-iphonesimulator/iDoor.app/iDoor normal i386
cd "/Users/User/Dropbox/darxstudios/FatCow Games/iDoor"
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang -arch i386 -
isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk "-L/Users/User/Dropbox/darxstudios/FatCow Games/iDoor/build/Debug-iphonesimulator" "-F/Users/User/Dropbox/darxstudios/FatCow Games/iDoor/build/Debug-iphonesimulator" -filelist "/Users/User/Dropbox/darxstudios/FatCow Games/iDoor/build/iDoor.build/Debug-iphonesimulator/iDoor.build/Objects-normal/i386/iDoor.LinkFileList" -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -ObjC - all_load -fobjc-arc -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -framework Security -lxml2 -framework SystemConfiguration -framework MobileCoreServices -framework CoreData -framework CFNetwork -framework UIKit -framework Foundation -framework CoreGraphics -o "/Users/User/Dropbox/darxstudios/FatCow Games/iDoor/build/Debug-iphonesimulator/iDoor.app/iDoor"
をXCodeを使っていますが、ほとんどの場合、MAC OSXとして展開したいと思われますが、ターゲットをiosに設定しています。どんな助けもありがとう。
また、私はRestKit.frameworkが追加(MAC OSX版)を持っていないと私はここにRestKitをインストールするための手順を以下ました。さらに見た後、私は「リンク・バイナリとライブラリ」にあることに気づくhttps://github.com/RestKit/RestKit/wiki/Installing-RestKit-in-Xcode-4.x
libRestKit.aは赤です。私はそれが部分または全体の問題かもしれないと考えています...
これは本当に-1ですか?その共通のことを行うと見逃す。 – Darxval