-
Notifications
You must be signed in to change notification settings - Fork 167
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
error in iOS #28
Comments
Your post feel familiar, but I cannot recall details. I made few notes that I hope will help you.
|
Take a look at this issue it might be what you are running into #13 |
I fixed the error by adding 3 more libraries to the project, including AssesLibrary.framework https://stackoverflow.com/questions/23634940/opencv2-framework-not-compile-with-linker-flag-objc |
ld: framework not found openalpr i get this error, please some help |
openalpr is outside your project directory, so you need to add the following:
To your project's |
As this is an old issue I am closing it now. Feel free to open new one. |
That fixed it for me! |
I follow the instructions as per the install documentation but I got an errror:
It looks like after adding the frameworks to the project there were no updates on framework search path. But if I try to manually add the path
I got the error:
Any idea? I'm on XCode 9.2
The text was updated successfully, but these errors were encountered: