You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I resolved a build issue where the iOS MAUI build was looking for appicon but couldn't find it. It appears that MAUI iOS has hard-coded this because I cannot find it referenced anywhere.
Copy file name to clipboardExpand all lines: backend/FwLite/FwLiteMaui/FwLiteMaui.csproj
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,8 @@
55
55
<ItemGroup>
56
56
<!-- App Icon -->
57
57
<!-- background color is required for mac per: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/app-icons?view=net-maui-8.0&tabs=windows#recolor-the-background -->
58
-
<MauiIconCondition="'$(TargetPlatform)' == 'ios' Or '$(TargetPlatform)' == 'maccatalyst'"Include="Resources\AppIcon\logo_light.svg"Color="#1c4e80" />
0 commit comments