Skip to content

Commit

Permalink
Update Xcode casing (dotnet#112307)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Feb 8, 2025
1 parent 497236a commit fb1d061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/MobileBuildTasks/Apple/AppleSdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private string GetXCodeDevRoot()

if (!File.Exists ("/usr/bin/xcode-select"))
{
throw new Exception("Unable to locate XCode via xcode-select. Please make sure Xcode is properly installed");
throw new Exception("Unable to locate Xcode via xcode-select. Please make sure Xcode is properly installed");
}

try
Expand Down

0 comments on commit fb1d061

Please # to comment.