Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

[HomeIdeas] App not running for Android and Windows

Open Darsh0307 opened this issue 9 months ago • 0 comments

The same app is able to build scucessfully on Wasm and skia.

Windows

2>
2>Done building project "HomeIdeasUI.Windows.csproj" -- FAILED.
2>
2>Build FAILED.
2>
2>C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\HomeIdeasUI\HomeIdeasUI.Windows\HomeIdeasUI.Windows.csproj : XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\HomeIdeasUI\HomeIdeasUI\bin\Debug\net8.0-windows10.0.19041\HomeIdeasUI.dll'
2>CSC : error CS0006: Metadata file 'C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\HomeIdeasUI\HomeIdeasUI\bin\Debug\net8.0-windows10.0.19041\HomeIdeasUI.dll' could not be found
2>    0 Warning(s)
2>    2 Error(s)

Android

2>Build succeeded.
2>    0 Warning(s)
2>    0 Error(s)
2>
2>Time Elapsed 00:00:23.42
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 10:35 AM and took 25.003 seconds ==========
========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========
========== Deploy completed at 10:35 AM and took 25.003 seconds ==========

VS version :- 17.9.4 HomeIdeasUI.zip

Darsh0307 avatar May 22 '24 14:05 Darsh0307