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

Closed
opened 2026-01-29 17:41:31 +00:00 by claunia · 2 comments
Owner

Originally created by @NEHAMAZIK on GitHub (Dec 13, 2022).

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

Originally created by @NEHAMAZIK on GitHub (Dec 13, 2022). 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
Author
Owner

@dstillwell commented on GitHub (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
https://github.com/dotnet/maui/issues/13019

@dstillwell commented on GitHub (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** https://github.com/dotnet/maui/issues/13019
Author
Owner

@akorchev commented on GitHub (May 9, 2023):

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

@akorchev commented on GitHub (May 9, 2023): Closing as there doesn't seem to be anything we can do to address that.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#680