-
Notifications
You must be signed in to change notification settings - Fork 241
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
libzbar recipe missing libiconv dependency #676
Comments
Further investigation indicates a missing The dependency can be seen in the p4a recipe:
But not in the kivy-ios recipe:
There is no kivy-ios |
Did you try to add PS: if this fixes the issue, please don't close the issue, cause |
Thank you, that linked. |
I had to poke at xcode a few times to do what one press should have done :( Also I saw this next #681 |
Is there any way to fix this bug now? |
The magic technique in Xcode is to search for |
Ah, yes I fixed it: Build Phases > Link Binary With Libraries, then press plus, search But I get same error: https://stackoverflow.com/questions/71697480/error-in-libffi-when-building-project-in-xcode |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have the means to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Versions
Describe the bug
The "play" step in Xcode fails with a link error.
To Reproduce
Expected behavior
The failed link apperars due to an unknown missing assembler library. This should be included in the xcodeproj files, as is the case for other library dependencies.
Logs
Additional context
A Google search suggests "adding Accelerate"
Looking in the
project.pbxproj
file we seeAccelerate
exists in the same group aslibkivy.a
However the "Accelerate" option does not appear to exist on Xcode 13 UI.
Speculation : Perhaps the library name has changed?
The text was updated successfully, but these errors were encountered: