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
This includes:
* 32-bit version of Xamarin.Mac.dll and OpenTK.dll
* XamMac.dll and XamMac.CFNetwork.dll
* 32-bit versions of the runtime libraries (libxammac.a and friends).
* 32-bit version of the partial static library for Xamarin.Mac.
* Classic support in the generator.
We still ship a few Classic files so that Visual Studio for Mac continue to detect that Xamarin.Mac is installed (otherwise VSfM won't open Classic projects, which makes it impossible to use the migration wizard).
This makes our build slightly faster.
Partial fix for dotnet#6300.
Copy file name to clipboardExpand all lines: docs/website/generator-errors.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,12 @@ An invalid target framework was passed using the --target-framework argument. Pl
39
39
40
40
This usually indicates a bug in Xamarin.iOS/Xamarin.Mac; please [file a bug report](https://github.com/xamarin/xamarin-macios/issues/new) with a test case.
41
41
42
+
### <aname='BI0087'/>BI0087: Xamarin.Mac Classic binding projects are not supported anymore. Please upgrade the binding project to a Xamarin.Mac Unified binding project.
43
+
44
+
Xamarin.Mac does not support the Classic API anymore, because the Classic API is 32-bit only, and macOS 10.15+ does not support 32-bit applications.
45
+
46
+
The project must be [migrated to a Unified project](https://docs.microsoft.com/en-us/xamarin/cross-platform/macios/unified/updating-mac-apps) in order to support 64-bit.
47
+
42
48
### <aname='BI0099'/>BI0099: Internal error *. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
43
49
44
50
This error message is reported when an internal consistency check fails.
Copy file name to clipboardExpand all lines: docs/website/mmp-errors.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,18 @@ Change the architecture in the project's Mac Build options to 'x86_64' in order
253
253
254
254
<!-- 0140-0142 taken my mtouch -->
255
255
256
+
#### MM0143: Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
257
+
258
+
Xamarin.Mac does not support the Classic API anymore, because the Classic API is 32-bit only, and macOS 10.15+ does not support 32-bit applications.
259
+
260
+
The project must be [migrated to a Unified project](https://docs.microsoft.com/en-us/xamarin/cross-platform/macios/unified/updating-mac-apps) in order to support 64-bit.
261
+
262
+
#### MM0144: Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
263
+
264
+
This version of Xamarin.Mac does not support building 32-bit applications.
265
+
266
+
Change the architecture in the project's Mac Build options to 'x86_64' in order to build a 64-bit application.
0 commit comments