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
它是預先添加的,但它也顯示相同的錯誤 – saurabh
是否在庫搜索路徑中正確設置.a文件的路徑? –
如何檢查對不起,我沒有那麼多的經驗 – saurabh