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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1633,4 +1633,24 @@
1633
1633
<dataname="E7164"xml:space="preserve">
1634
1634
<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>
1635
1635
</data>
1636
+
1637
+
<dataname="W7165"xml:space="preserve">
1638
+
<value>The environment variable '{0}' is deprecated, and will be ignored in .NET 11+. Please set use the 'DEVELOPER_DIR' environment variable or the 'XcodeLocation' MSBuild property to choose which Xcode to use.</value>
1639
+
</data>
1640
+
1641
+
<dataname="W7166"xml:space="preserve">
1642
+
<value>The environment variable '{0}' is deprecated, and will be ignored. Please set use the 'DEVELOPER_DIR' environment variable or the 'XcodeLocation' MSBuild property to choose which Xcode to use.</value>
1643
+
</data>
1644
+
1645
+
<dataname="W7167"xml:space="preserve">
1646
+
<value>The settings file '{0}' is deprecated, and will be ignored in .NET 11+. Please set use the 'DEVELOPER_DIR' environment variable or the 'XcodeLocation' MSBuild property to choose which Xcode to use.</value>
1647
+
</data>
1648
+
1649
+
<dataname="W7168"xml:space="preserve">
1650
+
<value>The settings file '{0}' is deprecated, and will be ignored. Please set use the 'DEVELOPER_DIR' environment variable or the 'XcodeLocation' MSBuild property to choose which Xcode to use.</value>
1651
+
</data>
1652
+
1653
+
<dataname="E7169"xml:space="preserve">
1654
+
<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.W7166/* The environment variable '{0}' is deprecated, and will be ignored. Please set use the 'DEVELOPER_DIR' environment variable or the 'XcodeLocation' MSBuild property to choose which Xcode to use. */,XcodeLocator.EnvironmentVariableName);
166
+
}else{
167
+
Log.LogError(MSBStrings.W7165/* The environment variable '{0}' is deprecated, and will be ignored in .NET 11+. Please set use the 'DEVELOPER_DIR' environment variable or the 'XcodeLocation' MSBuild property to choose which Xcode to use. */,XcodeLocator.EnvironmentVariableName);
Log.LogError(MSBStrings.W7168/* The settings file '{0}' is deprecated, and will be ignored. Please set use the 'DEVELOPER_DIR' environment variable or the 'XcodeLocation' MSBuild property to choose which Xcode to use. */,file);
173
+
}else{
174
+
Log.LogWarning(MSBStrings.W7167/* The settings file '{0}' is deprecated, and will be ignored in .NET 11+. Please set use the 'DEVELOPER_DIR' environment variable or the 'XcodeLocation' MSBuild property to choose which Xcode to use. */,file);
// 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);
34
-
Log.LogError("The task '{0}' requires SdkDevPath to be set.\n{1}",GetType().Name,Environment.StackTrace);
33
+
Log.LogError(MSBStrings.E7169,/* The task '{0}' requires the property '{1}' to be set. Please file an issue at https://github.com/dotnet/macios/issues/new/choose. */GetType().Name,"SdkDevPath");
35
34
}
36
35
37
36
varxcodeLocator=newXcodeLocator(this);
37
+
preprocess?.Invoke(xcodeLocator);
38
38
if(!xcodeLocator.TryLocatingXcode(SdkDevPath))
39
39
Log.LogError(MSBStrings.E0086/* Could not find a valid Xcode developer path */);
Log.LogError($"The task {GetType().Name} requires TargetFrameworkMoniker to be set.");
49
+
Log.LogError(MSBStrings.E7169,/* The task '{0}' requires the property '{1}' to be set. Please file an issue at https://github.com/dotnet/macios/issues/new/choose. */GetType().Name,"TargetFrameworkMoniker");
0 commit comments