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
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.
The text was updated successfully, but these errors were encountered:
Repro:
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:Note that supporting iossimulator-arm64 would require shipping an xcframework instead of just the static library.
The text was updated successfully, but these errors were encountered: