[MAUI with .NET 8] Can't run on Android/iOS #15849
Labels
area-setup
Installation, setup, requirements, maui-check, workloads, platform support
area-tooling
XAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debugging
platform/android 🤖
platform/iOS 🍎
s/move-to-vs-feedback
Tells automation to ask the person to use VS Feedback to report the issue
s/triaged
Issue has been reviewed
s/try-latest-version
Please try to reproduce the potential issue on the latest public version
t/bug
Something isn't working
Description
In latest VS (17.7.0 Preview 2) and .NET 8 (Preview 5), a MAUI project
(1) can’t Compile on Android/iOS. Error:
Error APT2260 resource mipmap/appicon (aka com.xy.fa:mipmap/appicon) not found.
Error APT2260 resource mipmap/appicon_round (aka com.xy.fa:mipmap/appicon_round) not found.
Error APT2067 failed processing manifest.
(2) the .csproj file can’t be opened in VS GUI to modify the content. Error:
System.ArgumentException: Expected 6 values for property IOSRule::MtouchSdkVersion, but got 2.
These problems exist since .NET 8. Please investigate the issues. Thanks.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/SunshineSpring666/MaApp.git
Version with bug
8.0.0-preview.1.7762
Last version that worked well
7.0.86
Affected platforms
iOS, Android
Affected platform versions
.NET 8, Android 12+
Did you find any workaround?
No workaround.
Currently, there are bugs preventing MAUI app to run with .NET 8 on Android/iOS.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: