Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Xamarin.TestCloud.Agent NuGet doesn't support the iossimulator-arm64 architecture #483

Open
rolfbjarne opened this issue Jun 5, 2023 · 1 comment

Comments

@rolfbjarne
Copy link

Repro:

  • Reference the NuGet in a project that builds for RuntimeIdentifier=iossimulator-arm64.

See https://developercommunity.visualstudio.com/t/Clang-exited-with-code-1:/10371261 for an example of how this surfaces.

This can also be seen by download the NuGet, unzipping it, extracting the resources from Calabash.dll and inspecting the calabash resource:

$ file calabash
calabash: Mach-O universal binary with 3 architectures: [x86_64:current ar archive] [arm64] [arm64e]
calabash (for architecture x86_64):	current ar archive
calabash (for architecture arm64):	current ar archive
calabash (for architecture arm64e):	current ar archive

Note that supporting iossimulator-arm64 would require shipping an xcframework instead of just the static library.

@Hackmodford
Copy link

Are there any plans to fix this? I'm unable to run local unit tests until this is fixed or migrating to something like Appium.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants