2012-11-26 253 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