We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497236a commit fb1d061Copy full SHA for fb1d061
src/tasks/MobileBuildTasks/Apple/AppleSdk.cs
@@ -92,7 +92,7 @@ private string GetXCodeDevRoot()
92
93
if (!File.Exists ("/usr/bin/xcode-select"))
94
{
95
- 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");
96
}
97
98
try
0 commit comments