您好,我正在尝试在IOS手机上测试urho的一些示例。样本位于https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/urhosharp。
但是我在主线程中遇到崩溃: @ path / urho.framework / urho 与dllnotfoundexception。 有人也有这个问题吗?
我试图降级和升级NuGet软件包,以查看是否有帮助,但无济于事。
urhoApp = await urhoSurface.Show<Charts>(new ApplicationOptions(assetsFolder: null) { Orientation = ApplicationOptions.OrientationType.LandscapeAndPortrait });