azure-functions-core-tools
azure-functions-core-tools copied to clipboard
osx-arm64 missing from azure-functions runtimes
Afer installing, via Homebrew, the core-tools@4, function apps, of the stripe .net6 won't run on Apple Silicon because of the following error: (this is when trying to debug a functions app using Rider (latest)):
Grpc.Core: Error loading native library. Not found in any of the possible locations: /Users/x/Repos/x/Functions/bin/Debug/net6.0/.azurefunctions/libgrpc_csharp_ext.arm64.dylib
/Users/x/Repos/x/Functions/bin/Debug/net6.0/.azurefunctions/runtimes/osx-arm64/native/libgrpc_csharp_ext.arm64.dylib
/Users/x/Repos/x/Functions/bin/Debug/net6.0/.azurefunctions/../../runtimes/osx-arm64/native/libgrpc_csharp_ext.arm64.dylib.
I can see it's in the repo releases here: https://github.com/Azure/azure-functions-core-tools/releases - but is not included in the install, and therefore whenever building a functions app, it can't find the runtime - why is that?
Does this mean that it's not truly native - am I forced to target x86 and run Rosetta?
The strange things is, I think this was working as of .net5 and version3 - but now isn't!?
The runtimes that are being included when the app is built for debug are:
- linux-arm64
- linux-x64
- osx-x64
- win
- win-x64
- win-x86
Why is osx-arm64 missing?!
I face the same problem,
@NathanChannon did you find a solution / Workaround?
@sebhaub - I didn't; I had to wait until I could get back on my Windows machine at home... Seeing the number of issues in here, this might be quite low on the list considering most dotnet things do work in fairness.
I face the same problem too....are there any news about? did you find a workaround? Thank you
Sorry @manuraf - no fix that I'm aware of yet... I'm still using Windows
another +1, seems related to osx-arm64 missing.
+1