链接器错误XCode 5 - Phonegap Estimote插件

时间:2013-10-30 15:17:53

标签: cordova xcode5 ibeacon

我正在使用Phonegap 3,我成功设置了我的项目。

我在phonegap命令行中添加了这个插件 - https://github.com/kdzwinel/phonegap-estimotebeacons

此插件要求我添加此处找到的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/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk   -L /用户/ manhattanassociates /库/开发商/ Xcode中/ DerivedData /的HelloWorld-bujsvxnxcvwnudceybglzoiagwbz /编译/产品/调试,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-bujsvxnxcvwnudceybglzoiagwbz/Build/Intermediates/HelloWorld.build/Debug-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 /编译/产品/调试-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/HelloWorld

     

ld:找不到-lEstimoteSDK7 clang的库:错误:链接器命令   退出代码1失败(使用-v查看调用)

知道我做错了什么?

0 个答案:

没有答案