Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created September 22, 2022 00:05
Show Gist options
  • Save vs-mobiletools-engineering-service2/c1297f461818408f1a9ec0c5741c42d4 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/c1297f461818408f1a9ec0c5741c42d4 to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
diff --git a/old/common/Errors.Designer.cs b/new/common/Errors.Designer.cs
index 041e727..3e5c2cf 100644
--- a/old/common/Errors.Designer.cs
+++ b/new/common/Errors.Designer.cs
@@ -185,6 +185,7 @@ namespace Xamarin.Bundler {
internal const string MX0183 = "Could not map the Mac Catalyst version {0} to a corresponding macOS version. Valid Mac Catalyst versions are: {1}";
internal const string MX0184 = "Could not map the macOS version {0} to a corresponding Mac Catalyst version. Valid macOS versions are: {1}";
internal const string MX0185 = "The option '{0}' cannot take the value '{1}' when using CoreCLR.";
+ internal const string MX0186 = "Bitcode is enabled, but bitcode is not supported in Xcode 14+ and has been disabled. Please disable bitcode by removing the 'MtouchEnableBitcode' property from the project file.";
internal const string MX1009 = "Could not copy the assembly '{0}' to '{1}': {2}";
internal const string MT1010 = "Could not load the assembly '{0}': {1}";
internal const string MT1013 = "Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment