We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Xamarin.Mac cannot build for arm64 since the native library does not have an arm64 slice.
arm64
Note: Xamarin.Mac (pre net-6.0) does support arm64 when mmp is given --abi=arm64 as an additional argument.
mmp
--abi=arm64
Work on macOS/arm64.
Native linking fails since the native static library is only available for x86_64
x86_64
lipo -info libLottie-macos.a Non-fat file: /Users/poupou/libLottie-macos.a is architecture: x86_64
Build and run for x86_64 but performance is abysmal.
Version: 2.5.13
Platform:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 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
whenmmp
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
Workaround
Build and run for
x86_64
but performance is abysmal.Configuration
Version: 2.5.13
Platform:
The text was updated successfully, but these errors were encountered: