Skip to content

Conversation

@JakkuSakura
Copy link

@JakkuSakura JakkuSakura commented Aug 21, 2025

closes #318

@cssecautomation
Copy link

cssecautomation commented Aug 21, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

@navhaxs
Copy link

navhaxs commented Aug 27, 2025

Hi @JakkuSakura I think you have a typo :)

In your second block -

<PackageReference Include="WebViewControl-Avalonia-ARM64" Version="3.120.5" />
    <ItemGroup Condition="$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) == 'Arm64'">
</ItemGroup>

should actually be -

<ItemGroup Condition="$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) == 'Arm64'">
    <PackageReference Include="WebViewControl-Avalonia-ARM64" Version="3.120.5" />
</ItemGroup>

I just happened to be checking out this library on a M1 mac 😛

@JakkuSakura
Copy link
Author

JakkuSakura commented Aug 27, 2025

Thanks for raising it. I'm on M2 Pro so M1 should also work -- at least you can build.
I'm not using it much as I hit some issues on my MacOS -- it used to work in my app, but no longer worked after a while. I guess it take a reboot to fix. Also have some naming conflict with Avalonia's Arm64 lib, causing a crash if I close the webview

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

Successfully merging this pull request may close these issues.

Libraries missing when running 2.117.1-avalonia11 on macOS M1

3 participants