mono / Embeddinator-4000

Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.
MIT License
758 stars 95 forks source link

mono-support.h:36:10: error: 'xamarin/xamarin.h' file not found #791

Open dasmihir20 opened 3 years ago

dasmihir20 commented 3 years ago

Path of "include" and "lib" directory for MonoTouch.*.sdk has been changed.

Example: Old Path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/SDKs/MonoTouch.iphonesimulator.sdk/usr/include New Path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.14.2.5/SDKs/MonoTouch.iphonesimulator.sdk/include

Path has been updated to resolve this issue.

rocktyt commented 3 years ago

@dasmihir20 Would you please also fix the macos case at line 481? This problems occurs in macos too.