-
Notifications
You must be signed in to change notification settings - Fork 116
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
Code signing error in macOS Sierra #51
Comments
I'm currently running on Sierra and have not changed my install using DYLD_INSERT_LIBRARIES. You can check the way I set it up in my shell configuration files |
I've tried this again hoping for a magical auto-fix :), but the issue is still there. After some googling I've downloaded that 9G abomination that is XCode to create a developer code signing certificate to sign the three created libraries (libpolyfill.dylib, libstderred.dylib, and libtest_stderred.dylib) with
Any idea on how to fix this code signing issue? |
Hi @eugenesvk , i'm currently running in the same kind of trouble. Did you finally find a solution ? |
@jmcollin78 no :( |
In macOS Sierra 10.12 Beta (16A312a) when I encounter an error in a console which used to be just colored wonderfully in red by your library, I instead get the following error:
Any idea how to fix this and make the library work again? Thank you
The text was updated successfully, but these errors were encountered: