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
I built a sample MAUI app that needs to load Rhino CAD files using the nuget package Rhino3dm (https://www.nuget.org/packages/Rhino3dm/).
This package uses a native .so lib that the MAUI app on Android can't find (DllNotFoundException for 'librhino3dm_native').
I don't know if this issue is caused by MAUI, by the nuget package or something else
I also opened an issue for Rhino3dm mcneel/rhino3dm#633
Steps to Reproduce
Copy the file SampleFileRhino3dm/CubeTest200mm.3dm on the Android device
Start the app
Press the 'Pick Rhino 3dm file' button and select the provided file
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Description
I built a sample MAUI app that needs to load Rhino CAD files using the nuget package Rhino3dm (https://www.nuget.org/packages/Rhino3dm/).
This package uses a native .so lib that the MAUI app on Android can't find (DllNotFoundException for 'librhino3dm_native').
I don't know if this issue is caused by MAUI, by the nuget package or something else
I also opened an issue for Rhino3dm mcneel/rhino3dm#633
Steps to Reproduce
Copy the file SampleFileRhino3dm/CubeTest200mm.3dm on the Android device
Start the app
Press the 'Pick Rhino 3dm file' button and select the provided file
Link to public reproduction project repository
https://github.com/if-mindesk/TestRhino3dm.git
Version with bug
8.0.70 SR7
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: