Replies: 1 comment 31 replies
-
@bgoggan Just that I understand fully... Why the tester with the Mac would need to build Reqnroll itself? Are they would like to contribute to the project? (Our build runs on Linux and it works there, so the platform itself should not be an issue in general.) |
Beta Was this translation helpful? Give feedback.
31 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone successfully build their projects using Reqnroll.Nunit on an ARM64 based architecture? We just recently migrated from Specflow and everything works fine on our testers with windows machines but we have 1 with a Mac based on the above architecture and we receive the below error when building. Any thoughts??
Reqnroll.NUnit.targets(34,5): Error MSB4216 : Could not run the "ReplaceTokenInFileTask" task because MSBuild could not create or connect to a task host with runtime "CLR4" and architecture "x64". Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the required executable "/opt/homebrew/Cellar/dotnet@6/6.0.125/libexec/sdk/6.0.125/MSBuild.exe" exists and can be run.
Mac of course doesn't support the .exe extension so I'm not sure how to move forward, if we can.
Beta Was this translation helpful? Give feedback.
All reactions