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

[BUG] App crash with the attached sample project #3136

Open
espritm opened this issue May 14, 2024 · 0 comments
Open

[BUG] App crash with the attached sample project #3136

espritm opened this issue May 14, 2024 · 0 comments

Comments

@espritm
Copy link

espritm commented May 14, 2024

Description

Hello,

We are creating a mobile application with MAUI based on Prism Library and using the nuget DevExpress.

The app crash when we set an icon to a TabviewItem while Prism is activated.

The app does not crash and the icon works well when Prism is deactivated.

This problem occurs on iOS only, no issue with Android.

Here is the exception :
image

We have tried to add the following line
UIKit.UIApplication.CheckForIllegalCrossThreadCalls = false;

Then the exception is :
image

Associated links that explain my research :

Steps to Reproduce

  1. Download the sample project https://github.com/Labraptor/PrismXDevExpressSample.

  2. Build and Debug on iOS => The app crash with the exception explained.

  3. In MauiProgram.cs, comment the .UsePrism().

  4. Build and Debug on iOS => The app does not crash and the first tab appears with icon on the TabviewItems.

  5. In MauiProgram.cs, uncomment the UsePrism().

  6. In MainPage.xaml, remove HeaderIcon="cloudsunaltsvgrepocom.png".

  7. Build and Debug => The app does not crash and the first tab appears without icon.

Platform with bug

.NET MAUI

Affected platforms

iOS

Did you find any workaround?

No

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant