-
Notifications
You must be signed in to change notification settings - Fork 619
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
dyld[23765]: Library not loaded: /opt/homebrew/opt/glew/lib #360
Comments
Appears to be a Mac security feature? -- Nigel |
thanks for your response @nigels-com. Is there a way to deal with this issue? |
Might be worth updating your homebrew install. |
I have the same issue in Xcode configured Opencv 4.5.5_2. |
Unfortunately, upgrading homebrew did not make a difference and the issue persists. |
There is some troubleshooting information on the Homebrew discussions: I'm not able to reproduce this, my Mac is not as recent. |
I am trying to import glew in my opengl project, The build succeeds but there is a run time error
I have linked the following binaries in Xcode
I have also included the GL libraries in my incliude folder which is added to headers search Path in xcode
I am using a m1 mac,
Let me know if you need any further info
The text was updated successfully, but these errors were encountered: