-
Notifications
You must be signed in to change notification settings - Fork 71
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
TesseractOCR problem on iOS Jenkins build #184
Comments
Hi @vladansaracpv, Is it happen only when building the app using Jenkins? |
Hi @pazlavi It happens on Xcode build also. On previous version of plugin I got different error. Undefined symbols for architecture arm64: My Xcode version is 12.4 |
@vladansaracpv, Regarding the second issue, it is not directly related to the SDK. It is an issue with your compiler and linker. |
Thanks @pazlavi Please be free to ask for any details/explanations you need in order to reproduce it. We really like the product and would like to use it in our project |
Hi @vladansaracpv , |
Thanks @pazlavi But we do our builds using Jenkins. Any suggestion for that? |
@vladansaracpv you have mentioned, that you used Cocoapods in your project, could you please, mention which version do you use? Also, could you please tell, on which Apple CPU did you try to build your project? |
Hi @af-obodovskyi |
any solution for this please?? |
Report
Plugin Version
"cordova-plugin-appsflyer-sdk": "^6.3.50",
On what Platform are you having the issue?
iOS
What did you do?
Build fails on Xcode and Jenkins
What did you expect to happen?
Build pass
What happened instead?
The following build commands failed:
Ld /Users/jenkins/Library/Developer/Xcode/DerivedData/project-aeirksujgkawoogvnmupopwdgipx/Build/Intermediates.noindex/ArchiveIntermediates/project/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/TesseractOCRiOS.build/Objects-normal/arm64/TesseractOCR normal arm64
(1 failure)
xcodebuild: Command failed with exit code 65
[ERROR] An error occurred while running subprocess cordova.
Please provide any other relevant information.
I've managed to make it work on Xcode build by triggering flag (BITCODE=false) for tesseract pod.
The text was updated successfully, but these errors were encountered: