Omer
Omer
@pamidur @kondr1 please let me know what can I do to make it resolved ASAP 🙏
With `2.8.2-pre1` I get a different error now. it's now choosing osx-arm64 but seems like it crashes :( ``` /var/folders/0n/s94fzz_95vs9pf6g24m6s8ph0000gn/T/tmpc2d2ee754f1944c1b86c2cd7eb08d38a.exec.cmd: line 2: 2910 Killed: 9 "/Users/user/.nuget/packages/aspectinjector/2.8.2-pre1/buildTransitive/netstandard2.0/../../build/_bin/osx-arm64/AspectInjector" -rf "/Users/user/work/jenkins/workspace/automation-browser-ci-mac/ZA.Automation.Allure/obj/Debug/net6.0/ZA.Automation.Allure.dll._asi_refs" AspectInjector :...
Issue looks similar to here https://github.com/dotnet/runtime/issues/49091
From further look seems that Apple Silicon binaries should be signed in order to be executed https://github.com/dotnet/runtime/issues/48387
Confirmed, I executed `codesign -s - /Users/user/.nuget/packages/aspectinjector/2.8.2-pre1/buildTransitive/netstandard2.0/../../user/_bin/osx-arm64/AspectInjector` and now it works. It should be done as part of publishing using `enableMacOSCodeSign` See https://github.com/dotnet/runtime/pull/53913/files#diff-6c584433992a50f29902c96eace64f3fea5b04445aa3cb800d1e993c8b2f884cR41
yes, no special certificate provided