MizuKuma
MizuKuma
I encountered the same issue. Do you find a solution to solve it?
Thanks for your reply, so is iOS build not available for stride4.2 or there's any way to replace this `StrideApplicationDelegate`?
@zarnayp Maybe we can generate .NET bindings automatically by using Mono project [CppSharp](https://github.com/mono/CppSharp) . Many other .NET native graphics API binding project such as Silk.NET etc. are using it.
You can try to remove useless assignment in `Map`, just return `xt::adapt(…)` directly, that returns a xexpression and easy for compiler to apply RVO. NRVO sometimes can’t be applied.
> @Arktische do you have a work around solution for this? @ayush-lal I just remove the code `AutoConnectRealtime = true`, and it works fine