hi When I add netty-tcnative-boringssl-static 2.0.7.Final in the pom file, and run my program, the console shows that: java.lang.UnsatisfiedLinkError: no netty_tcnative_osx_x86_64 in java.library.path at java.lang.ClassLoader.loadLibrary...
The file grpc-netty-shaded-1.31.1.jar/META-INF/native/libio_grpc_netty_shaded_netty_tcnative_osx_x86_64.jnilib being signed. Actual behavior That it's not signed. Steps to reproduce Submit a package to Apple for Notarization containing grpc-netty-shaded-1.31.1.jar. The Notarization process ...
why cant load java.lang.UnsatisfiedLinkError: no netty_tcnative_osx_x86_64 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibra...