-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
怎么样才能支持模拟器 #6
Comments
目前.a文件不支持模拟器 |
那怎么解决呢 |
@ZClee128 在configIDScan和parseBankImageBuffer方法中添加模拟器判断,如果是模拟器不去运行调用, `#if TARGET_IPHONE_SIMULATOR #define SIMULATOR_TEST #endif ` |
试过了不行
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: BaoYing-Fan <[email protected]>
发送时间: 2019年4月17日 14:49
收件人: fanbaoying/FBYBankCardRecognition-iOS <[email protected]>
抄送: ZClee <[email protected]>, Mention <[email protected]>
主题: 回复:[fanbaoying/FBYBankCardRecognition-iOS] 怎么样才能支持模拟器 (#6)
@ZClee128 在configIDScan和parseBankImageBuffer方法中添加模拟器判断,如果是模拟器不去运行调用,
`#if TARGET_IPHONE_SIMULATOR
#define SIMULATOR_TEST
#else
#endif `
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
确定要加在报错的那两个方法里面 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Undefined symbols for architecture x86_64:
"_EXCARDS_Init", referenced from:
-[FBYScanBankCard configIDScan] in FBYScanBankCard.o
"_BankCardNV12", referenced from:
-[FBYScanBankCard parseBankImageBuffer:] in FBYScanBankCard.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: