-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area-toolingXAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, DebuggingXAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debuggings/needs-infoIssue needs more info from the authorIssue needs more info from the authortutorials
Description
Problem encountered on https://dotnet.microsoft.com/en-us/learn/maui/first-app-tutorial/run
Operating System: MacOS
Once I attempted to run my app on my machine, I had a single error that was thrown in "Xamarin.Shared.targets."
Below is the line of code that VS Code is indicating there is an issue:
<Codesign SessionId="$(BuildSessionId)" Condition="'$(IsMacEnabled)' == 'true'" DisallowResourcesSubdirectoryInAppBundle="$(CodesignDisallowResourcesSubdirectoryInAppBundle)" MaxDegreeOfParallelism="$(CodesignMaxDegreeOfParallelism)" Resources="@(_ComputedCodesignItems)" ToolExe="$(CodesignExe)" ToolPath="$(CodesignPath)" > </Codesign>
How would I go about solving this?
Metadata
Metadata
Assignees
Labels
area-toolingXAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, DebuggingXAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debuggings/needs-infoIssue needs more info from the authorIssue needs more info from the authortutorials