如何解决sdk错误

时间:2012-11-26 15:22:39

标签: ios xcode

我在我的应用程序中添加了一个swiper sdk。当我运行它的测试应用程序它工作正常,但当我导入我的文件.get error

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

我搜索了错误,但dint得到了如何解决。一段时间armv错误

  

(null):找不到-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

1 个答案:

答案 0 :(得分:0)

您需要将.a文件添加到目标。在Xcode中选择目标的Build Phases选项卡,打开Link Binary With Libraries部分,然后添加库文件。