Replies: 1 comment
-
I found out that this came when I updated the DevExpress NuGet Old version: 23.2.5 <PackageReference Include="DevExpress.Maui.Core" Version="23.2.5" />
<PackageReference Include="DevExpress.Maui.CollectionView" Version="23.2.5" /> New version: 24.1.4 <PackageReference Include="DevExpress.Maui.Core" Version="24.1.4" />
<PackageReference Include="DevExpress.Maui.CollectionView" Version="24.1.4" /> It is not solved by that, still asking myself why they would not be compatible? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wanted to deploy my App to my local iPhone and first of all tried with an older nightly version "8.0.10-nightly.10061" or "8.0.70" which worked fine. The App could be started successfully. Then I used nightly "8.0.80-ci.net8.24374.7" and the App crashed on startup.
After using this version, I thought, I should update my Xcode Command Line Tools to 15.3 to get it working with newer MAUI versions. Unfortunately, this didn't help and my App is still crashing on startup..
When I tried other versions I found out the last working version was 8.0.80-ci.net8.24367.3 - after that it crashes
Did anything change or do I have to do anything special now?
What can I do/try now?
@PureWeen
Beta Was this translation helpful? Give feedback.
All reactions