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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

No native support for macOS/arm64 #382

Open
1 of 7 tasks
spouliot opened this issue May 5, 2022 · 0 comments
Open
1 of 7 tasks

No native support for macOS/arm64 #382

spouliot opened this issue May 5, 2022 · 0 comments

Comments

@spouliot
Copy link

spouliot commented May 5, 2022

馃悰 Bug Report

Xamarin.Mac cannot build for arm64 since the native library does not have an arm64 slice.

Note: Xamarin.Mac (pre net-6.0) does support arm64 when mmp is given --abi=arm64 as an additional argument.

Expected behavior

Work on macOS/arm64.

Reproduction steps

Native linking fails since the native static library is only available for x86_64

lipo -info libLottie-macos.a                                                                                                                             Non-fat file: /Users/poupou/libLottie-macos.a is architecture: x86_64

Workaround

Build and run for x86_64 but performance is abysmal.

Configuration

Version: 2.5.13

Platform:

  • 馃摫 iOS
  • 馃 Android
  • 馃弫 WPF
  • 馃寧 UWP
  • 馃崕 MacOS
  • 馃摵 tvOS
  • 馃悞 Xamarin.Forms
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

1 participant