1

我正在使用 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 normal 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-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/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 查看调用)

关于我做错了什么的任何想法?

4

0 回答 0