You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having DllNotFoundException when trying to trigger a grpc call on macOS universal builds:
Error: Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Error starting gRPC call. DllNotFoundException: Unable to load DLL 'Cysharp.Net.Http.YetAnotherHttpHandler.Native'. Tried the load the following dynamic libraries: Unable to load dynamic library 'Cysharp.Net.Http.YetAnotherHttpHandler.Native'
In seperate builds for silicon and intel, both are working fine. At this point, I noticed there are two prebuilt libraries (one for intel, one for silicon) as shown:
But there's no library included to be used for universal builds marked as "CPU=Any CPU"
How to solve this?
The text was updated successfully, but these errors were encountered:
I'm having DllNotFoundException when trying to trigger a grpc call on macOS universal builds:
Error: Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Error starting gRPC call. DllNotFoundException: Unable to load DLL 'Cysharp.Net.Http.YetAnotherHttpHandler.Native'. Tried the load the following dynamic libraries: Unable to load dynamic library 'Cysharp.Net.Http.YetAnotherHttpHandler.Native'
In seperate builds for silicon and intel, both are working fine. At this point, I noticed there are two prebuilt libraries (one for intel, one for silicon) as shown:
But there's no library included to be used for universal builds marked as "CPU=Any CPU"
How to solve this?
The text was updated successfully, but these errors were encountered: