2012-11-26 254 views
0

我在我的應用程序中添加了swiper sdk。當我運行它的測試程序它工作正常,但是當我輸入我的文件,它如何解決sdk錯誤

ld: library not found for -lCardAnalyLib1 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 

我搜索的錯誤,但力是如何被解決。獲得錯誤。 ND一段時間ARMV錯誤

(空):庫未找到-lCardAnalyLib1是.A typefile

#import <UIKit/UIKit.h> 
#import "AudioAnalyLib.h" 
#import <QuartzCore/QuartzCore.h 
these are pre imported file but if i import any other file get above error 

回答

0

您需要將某文件添加到您的目標。在Xcode中選擇目標的Build Phases選項卡,打開Link Binary With Libraries部分,並添加您的庫文件。

+0

它是預先添加的,但它也顯示相同的錯誤 – saurabh

+0

是否在庫搜索路徑中正確設置.a文件的路徑? –

+0

如何檢查對不起,我沒有那麼多的經驗 – saurabh