.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,930 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
with no code changes at all I started getting the below inscrutable build error, which is completely blocking development of this app and I've been unable to find any clues online.. if anyone can help it'd be v much appreciated.
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/16.4.7125/tools/msbuild/iOS/Xamarin.Shared.targets(3,3): Error: Bundle Resource '.DS_Store' not found on disk (should be at '/Users/jerome/Documents/2022 onwards/manually copied/_Projects/residence System/tabletUI/MAUI version/maui_respad/respad2023/Resources/.DS_Store')
(maui_respad)
.DS_Store is magic folder on Mac filesystems holding file attributes. You must of added a file reference to it in your project. Look though your build files and remove.