Phonegap 3 を使用していますが、プロジェクトを正常にセットアップできました。
このプラグインを追加しました - https://github.com/kdzwinel/phonegap-estimotebeacons phonegap コマンドラインから。
このプラグインでは、ここにある Estimote SDK を追加する必要がありました - https://github.com/Estimote/iOS-SDK
指示に従い、プロジェクトのビルドフェーズを追加しました
また、ヘッダー検索パスにエントリを追加しました。
プロジェクトをビルドすると、次のエラーが表示されます
Ld /Users/manhattanassociates/Library/Developer/Xcode/DerivedData/HelloWorld-bujsvxnxcvwnudceybglzoiagwbz/Build/Products/Debug-iphonesimulator/HelloWorld.app/HelloWorld 通常の i386 cd /Users/WMOS/phonegap/hello/platforms/ios setenv IPHONEOS_DEPLOYMENT_TARGET 5.0 setenv PATH "/Applications/Xcode 3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode 3.app/Contents/Developer/usr/bin:/usr/bin:/bin: /usr/sbin:/sbin" /Applications/Xcode\ 3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode\ 3.app/Contents/Developer/プラットフォーム/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -L/Users/manhattanassociates/Library/Developer/Xcode/DerivedData/HelloWorld-bujsvxnxcvwnudceybglzoiagwbz/Build/Products/Debug-iphonesimulator -L/Users/WMOS/phonegap/hello/platforms/ios/EstimoteSDK/Headers -F/Users/ manhattanassociates/Library/Developer/Xcode/DerivedData/HelloWorld-bujsvxnxcvwnudceybglzoiagwbz/Build/Products/Debug-iphonesimulator -filelist /Users/manhattanassociates/Library/Developer/Xcode/DerivedData/HelloWorld-bujsvxnxDebugvwnudceybglzoiagwbz/Build/Intermediates/Hello-World.build/ iphonesimulator/HelloWorld.build/Objects-normal/i386/HelloWorld.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak-lSystem -force_load /Users/manhattanassociates/Library/Developer/Xcode/DerivedData/HelloWorld-bujsvxnxcvwnudceybglzoiagwbz/Build/Products/Debug-iphonesimulator /libCordova.a -ObjC -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=5.0 -framework SystemConfiguration -framework CoreBluetooth -lEstimoteSDK7 -framework AssetsLibrary /Users/manhattanassociates/Library/Developer/ Xcode/DerivedData/HelloWorld-bujsvxnxcvwnudceybglzoiagwbz/Build/Products/Debug-iphonesimulator/libCordova.a -framework CoreGraphics -framework MobileCoreServices -framework CoreLocation -weak_framework ImageIO -Xlinker -dependency_info -Xlinker /Users/manhattanassociates/Library/Developer/Xcode/DerivedData/HelloWorld-bujsvxnxcvwnudceybglzoiagwbz/Build/Intermediates/HelloWorld.build/Debug-iphonesimulator/HelloWorld. build/Objects-normal/i386/HelloWorld_dependency_info.dat -o /Users/manhattanassociates/Library/Developer/Xcode/DerivedData/HelloWorld-bujsvxnxcvwnudceybglzoiagwbz/Build/Products/Debug-iphonesimulator/HelloWorld.app/HelloWorlddat -o /Users/manhattanassociates/Library/Developer/Xcode/DerivedData/HelloWorld-bujsvxnxcvwnudceybglzoiagwbz/Build/Products/Debug-iphonesimulator/HelloWorld.app/HelloWorlddat -o /Users/manhattanassociates/Library/Developer/Xcode/DerivedData/HelloWorld-bujsvxnxcvwnudceybglzoiagwbz/Build/Products/Debug-iphonesimulator/HelloWorld.app/HelloWorld
ld: -lEstimoteSDK7 のライブラリが見つかりません clang: エラー: リンカー コマンドが終了コード 1 で失敗しました (呼び出しを確認するには -v を使用します)
私が間違っていることについて何か考えはありますか?