Skip to content
New issue

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

Radzen Controls not working on .Net Maui Blazor App Ios Device in Release Mode #751

Closed
NEHAMAZIK opened this issue Dec 13, 2022 · 2 comments

Comments

@NEHAMAZIK
Copy link

Radzen controls are working fine on Web and Android both in Debug and Release Configurations but they are not working on ios device in release mode in .net 7 , app crashes in release mode with Radzen UI controls , i am using visual studio 2022 preview 17.5 version targets framework .net 7 .
it would be of great help if someone would come up with the solution to this issue ASAP.
thankyou

@dstillwell
Copy link
Contributor

dstillwell commented Apr 10, 2023

I have been able to get Radzen controls working by enabling the interpreter for Release builds.

<PropertyGroup Condition="$(TargetFramework.Contains('-ios'))">
    <UseInterpreter>true</UseInterpreter> 
</PropertyGroup>

References
dotnet/maui#13019

@akorchev
Copy link
Collaborator

akorchev commented May 9, 2023

Closing as there doesn't seem to be anything we can do to address that.

@akorchev akorchev closed this as completed May 9, 2023
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

No branches or pull requests

3 participants