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: docs/website/mtouch-errors.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3555,11 +3555,7 @@ This indicates something is wrong in the build process. Please file a new issue
3555
3555
3556
3556
This indicates an API wasn't bound correctly. If this is an API exposed by Xamarin, please file a new issue on [GitHub](https://github.com/xamarin/xamarin-macios/issues/new). If it's a third-party binding, please contact the vendor.
3557
3557
3558
-
<aname="MT8010"></a>
3559
-
3560
-
### MT8010: Native type size mismatch between Xamarin.[iOS|Mac].dll and the executing architecture. Xamarin.[iOS|Mac].dll was built for *-bit, while the current process is *-bit.
3561
-
3562
-
This indicates something is wrong in the build process. Please file a new issue on [GitHub](https://github.com/xamarin/xamarin-macios/issues/new).
stringmsg=$"Native type size mismatch between {AssemblyName} and the executing architecture. {AssemblyName} was built for {(IntPtr.Size==4?64:32)}-bit, while the current process is {(IntPtr.Size==4?32:64)}-bit.";
330
-
NSLog(msg);
331
-
throwErrorHelper.CreateError(8010,msg);
332
-
}
333
-
334
328
if(System.Runtime.GCSettings.IsServerGC){
335
329
varmsg=$".NET for {PlatformName} does not support server garbage collection.";
0 commit comments