You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1620,6 +1620,10 @@
1620
1620
<value>Unable to copy the inputs to this task to the remote build server for unknown reasons. The build log may have more information.</value>
1621
1621
</data>
1622
1622
1623
+
<dataname="E7164"xml:space="preserve">
1624
+
<value>The task '{0}' is trying to call an external process, but a path to Xcode has not been provided. Please file an issue at https://github.com/dotnet/macios/issues/new/choose.</value>
1625
+
</data>
1626
+
1623
1627
<dataname="E7169"xml:space="preserve">
1624
1628
<value>The task '{0}' requires the property '{1}' to be set. Please file an issue at https://github.com/dotnet/macios/issues/new/choose.</value>
log.LogError(MSBStrings.E7164/* The task '{0}' is trying to call an external process, but a path to Xcode has not been provided. Please file an issue at https://github.com/dotnet/macios/issues/new/choose. */,task.GetType().Name);
0 commit comments