Skip to content

Commit fb1d061

Browse files
authored
Update Xcode casing (#112307)
1 parent 497236a commit fb1d061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/MobileBuildTasks/Apple/AppleSdk.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private string GetXCodeDevRoot()
9292

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

9898
try

0 commit comments

Comments
 (0)