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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
I've successfully downloaded the project, mono and corefx and built it. I've created a simple Xamarin.iOS app, added 1 package which uses System.Drawing and referenced the System.Drawing.dll in folder bin/ios .
During compilation of my project i get:
MTOUCH: warning MT0136: Cannot find the assembly 'Xamarin.Mac, Version=0.0.0.0, ...'
MTOUCH: error MT2001: Could not link assemblies. Reason: Error while processing references of 'test-app...'
Isn't it weird that it looks for Xamarin.Mac when compiling for Xamarin.iOS? Referencing the Xamarin.Mac.dll directly from system library folder gives new error, saying that symbols are defined in both Xamarin.iOS and Xamarin.Mac.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've successfully downloaded the project, mono and corefx and built it. I've created a simple Xamarin.iOS app, added 1 package which uses System.Drawing and referenced the System.Drawing.dll in folder bin/ios .
During compilation of my project i get:
Isn't it weird that it looks for Xamarin.Mac when compiling for Xamarin.iOS? Referencing the Xamarin.Mac.dll directly from system library folder gives new error, saying that symbols are defined in both Xamarin.iOS and Xamarin.Mac.
The text was updated successfully, but these errors were encountered: